#C97DCC

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

Shades of Orchid #C97DCC

Tints of Orchid #C97DCC

Color information

#C97DCC (or 0xC97DCC) is unknown color: approx Orchid. HEX triplet: C9, 7D and CC. RGB value is (201,125,204). Sum of RGB (Red+Green+Blue) = 201+125+204=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #C97DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97DCC is #368233. Grayscale: #9C9C9C. Windows color (decimal): -3572276 or 13401545. OLE color: 13401545.

HSL color Cylindrical-coordinate representation of color #C97DCC: hue angle of 297.72º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C97DCC is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB201125204-
CMYK0.010.3900.2
HSL297.72º43.65%64.51%-
HSV(B)297.72º38.73%80%-
XYZ42.3231.4460.97-
YUV156.73154.68159.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.92%
GREEN value IS 125 (49.22% from 255) = 23.58%
BLUE value IS 204 (80.08% from 255) = 38.49%
R=37.92%
G=23.58%
B=38.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2011252040.010.3900.2297.7243.6564.51
HexC97DCC12701412a2c41
Octal31117531414702445254101
Binary1100100111111011100110011001110101001001010101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97DCC; }

 p { color: rgb(201,125,204); }

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

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

 a { background-color: rgb(201,125,204); }

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

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

 span { border-color: rgb(201,125,204); }

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