#C97FDE

Color #C97FDE Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C97FDE

Tints of Orchid #C97FDE

Color information

#C97FDE (or 0xC97FDE) is unknown color: approx Orchid. HEX triplet: C9, 7F and DE. RGB value is (201,127,222). Sum of RGB (Red+Green+Blue) = 201+127+222=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 127 (50% from 255 or 23.09% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #C97FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97FDE is #368021. Grayscale: #9F9F9F. Windows color (decimal): -3571746 or 14581705. OLE color: 14581705.

HSL color Cylindrical-coordinate representation of color #C97FDE: hue angle of 286.74º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C97FDE is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201127222-
CMYK0.090.4300.13
HSL286.74º59.01%68.43%-
HSV(B)286.74º42.79%87.06%-
XYZ44.8632.8773.09-
YUV159.96163.02157.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 36.55%
GREEN value IS 127 (50% from 255) = 23.09%
BLUE value IS 222 (87.11% from 255) = 40.36%
R=36.55%
G=23.09%
B=40.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011272220.090.4300.13286.7459.0168.43
HexC97FDE92B0D11f3b44
Octal311177336115301543773104
Binary110010011111111110111101001101011011011000111111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97FDE; }

 p { color: rgb(201,127,222); }

 H1.HeaderClassName
 {
   color: #C97FDE;
 }
 .AnyTagClassName
 {
   color: #C97FDE;
 }
</style>
background-color css

<style>
 a { background-color: #C97FDE; }

 a { background-color: rgb(201,127,222); }

 div.DivClassName
 {
   background-color: #C97FDE;
 }
 .BgClassName
 {
   background-color: #C97FDE;
 }
</style>
border-color css

<style>
 span { border-color: #C97FDE; }

 span { border-color: rgb(201,127,222); }

 td.TdClassName
 {
   border-color: #C97FDE;
 }
 .TagClassName
 {
   border-color: #C97FDE;
 }
</style>