#C97FD0

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

Shades of Orchid #C97FD0

Tints of Orchid #C97FD0

Color information

#C97FD0 (or 0xC97FD0) is unknown color: approx Orchid. HEX triplet: C9, 7F and D0. RGB value is (201,127,208). Sum of RGB (Red+Green+Blue) = 201+127+208=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 127 (50% from 255 or 23.69% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 208 - color contains mainly: blue. Hex color #C97FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97FD0 is #36802F. Grayscale: #9E9E9E. Windows color (decimal): -3571760 or 13664201. OLE color: 13664201.

HSL color Cylindrical-coordinate representation of color #C97FD0: hue angle of 294.81º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C97FD0 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB201127208-
CMYK0.030.3900.18
HSL294.81º46.29%65.69%-
HSV(B)294.81º38.94%81.57%-
XYZ43.0632.1563.61-
YUV158.36156.02158.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.5%
GREEN value IS 127 (50% from 255) = 23.69%
BLUE value IS 208 (81.64% from 255) = 38.81%
R=37.5%
G=23.69%
B=38.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2011272080.030.3900.18294.8146.2965.69
HexC97FD03270121272e42
Octal31117732034702244756102
Binary11001001111111111010000111001110100101001001111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97FD0; }

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

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

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

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

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

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

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

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