#C97EBD

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

Shades of Orchid #C97EBD

Tints of Orchid #C97EBD

Color information

#C97EBD (or 0xC97EBD) is unknown color: approx Orchid. HEX triplet: C9, 7E and BD. RGB value is (201,126,189). Sum of RGB (Red+Green+Blue) = 201+126+189=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 201 - color contains mainly: red. Hex color #C97EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97EBD is #368142. Grayscale: #9B9B9B. Windows color (decimal): -3572035 or 12418761. OLE color: 12418761.

HSL color Cylindrical-coordinate representation of color #C97EBD: hue angle of 309.6º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C97EBD is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB201126189-
CMYK00.370.060.21
HSL309.6º40.98%64.12%-
HSV(B)309.6º37.31%78.82%-
XYZ40.7331.0151.98-
YUV155.61146.85160.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.95%
GREEN value IS 126 (49.61% from 255) = 24.42%
BLUE value IS 189 (74.22% from 255) = 36.63%
R=38.95%
G=24.42%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112618900.370.060.21309.640.9864.12
HexC97EBD0256151362940
Octal31117627504562546651100
Binary110010011111110101111010100101110101011001101101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97EBD; }

 p { color: rgb(201,126,189); }

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

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

 a { background-color: rgb(201,126,189); }

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

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

 span { border-color: rgb(201,126,189); }

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