#C97DCF

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

Shades of Orchid #C97DCF

Tints of Orchid #C97DCF

Color information

#C97DCF (or 0xC97DCF) is unknown color: approx Orchid. HEX triplet: C9, 7D and CF. RGB value is (201,125,207). Sum of RGB (Red+Green+Blue) = 201+125+207=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #C97DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97DCF is #368230. Grayscale: #9C9C9C. Windows color (decimal): -3572273 or 13598153. OLE color: 13598153.

HSL color Cylindrical-coordinate representation of color #C97DCF: hue angle of 295.61º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C97DCF is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB201125207-
CMYK0.030.4000.19
HSL295.61º46.07%65.1%-
HSV(B)295.61º39.61%81.18%-
XYZ42.6831.5962.88-
YUV157.07156.18159.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.71%
GREEN value IS 125 (49.22% from 255) = 23.45%
BLUE value IS 207 (81.25% from 255) = 38.84%
R=37.71%
G=23.45%
B=38.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011252070.030.4000.19295.6146.0765.1
HexC97DCF3280131282e41
Octal31117531735002345056101
Binary11001001111110111001111111010000100111001010001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97DCF; }

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

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

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

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

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

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

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

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