#C97ED6

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

Shades of Orchid #C97ED6

Tints of Orchid #C97ED6

Color information

#C97ED6 (or 0xC97ED6) is unknown color: approx Orchid. HEX triplet: C9, 7E and D6. RGB value is (201,126,214). Sum of RGB (Red+Green+Blue) = 201+126+214=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 126 (49.61% from 255 or 23.29% from 541); Blue value is 214 (83.98% from 255 or 39.56% from 541); Max value from RGB is 214 - color contains mainly: blue. Hex color #C97ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97ED6 is #368129. Grayscale: #9E9E9E. Windows color (decimal): -3572010 or 14057161. OLE color: 14057161.

HSL color Cylindrical-coordinate representation of color #C97ED6: hue angle of 291.14º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C97ED6 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB201126214-
CMYK0.060.4100.16
HSL291.14º51.76%66.67%-
HSV(B)291.14º41.12%83.92%-
XYZ43.6932.1967.53-
YUV158.46159.35158.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.15%
GREEN value IS 126 (49.61% from 255) = 23.29%
BLUE value IS 214 (83.98% from 255) = 39.56%
R=37.15%
G=23.29%
B=39.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2011262140.060.4100.16291.1451.7666.67
HexC97ED66290101233443
Octal31117632665102044364103
Binary110010011111110110101101101010010100001001000111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97ED6; }

 p { color: rgb(201,126,214); }

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

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

 a { background-color: rgb(201,126,214); }

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

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

 span { border-color: rgb(201,126,214); }

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