#C97FD1

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

Shades of Orchid #C97FD1

Tints of Orchid #C97FD1

Color information

#C97FD1 (or 0xC97FD1) is unknown color: approx Orchid. HEX triplet: C9, 7F and D1. RGB value is (201,127,209). Sum of RGB (Red+Green+Blue) = 201+127+209=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 127 (50% from 255 or 23.65% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 209 - color contains mainly: blue. Hex color #C97FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97FD1 is #36802E. Grayscale: #9E9E9E. Windows color (decimal): -3571759 or 13729737. OLE color: 13729737.

HSL color Cylindrical-coordinate representation of color #C97FD1: hue angle of 294.15º degrees, saturation: 0.47, 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 #C97FD1 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB201127209-
CMYK0.040.3900.18
HSL294.15º47.13%65.88%-
HSV(B)294.15º39.23%81.96%-
XYZ43.1932.264.26-
YUV158.47156.52158.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.43%
GREEN value IS 127 (50% from 255) = 23.65%
BLUE value IS 209 (82.03% from 255) = 38.92%
R=37.43%
G=23.65%
B=38.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2011272090.040.3900.18294.1547.1365.88
HexC97FD14270121262f42
Octal31117732144702244657102
Binary110010011111111110100011001001110100101001001101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97FD1; }

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

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

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

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

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

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

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

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