#C97CD6

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

Shades of Orchid #C97CD6

Tints of Orchid #C97CD6

Color information

#C97CD6 (or 0xC97CD6) is unknown color: approx Orchid. HEX triplet: C9, 7C and D6. RGB value is (201,124,214). Sum of RGB (Red+Green+Blue) = 201+124+214=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 214 (83.98% from 255 or 39.70% from 539); Max value from RGB is 214 - color contains mainly: blue. Hex color #C97CD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97CD6 is #368329. Grayscale: #9C9C9C. Windows color (decimal): -3572522 or 14056649. OLE color: 14056649.

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

Color convert

RGB201124214-
CMYK0.060.4200.16
HSL291.33º52.33%66.27%-
HSV(B)291.33º42.06%83.92%-
XYZ43.4331.6967.45-
YUV157.28160.01159.18-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.29%
GREEN value IS 124 (48.83% from 255) = 23.01%
BLUE value IS 214 (83.98% from 255) = 39.70%
R=37.29%
G=23.01%
B=39.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2011242140.060.4200.16291.3352.3366.27
HexC97CD662A0101233442
Octal31117432665202044364102
Binary110010011111100110101101101010100100001001000111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97CD6; }

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

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

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

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

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

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

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

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