#C97EDB

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

Shades of Orchid #C97EDB

Tints of Orchid #C97EDB

Color information

#C97EDB (or 0xC97EDB) is unknown color: approx Orchid. HEX triplet: C9, 7E and DB. RGB value is (201,126,219). Sum of RGB (Red+Green+Blue) = 201+126+219=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #C97EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97EDB is #368124. Grayscale: #9E9E9E. Windows color (decimal): -3572005 or 14384841. OLE color: 14384841.

HSL color Cylindrical-coordinate representation of color #C97EDB: hue angle of 288.39º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C97EDB is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB201126219-
CMYK0.080.4200.14
HSL288.39º56.36%67.65%-
HSV(B)288.39º42.47%85.88%-
XYZ44.3332.4570.95-
YUV159.03161.85157.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.81%
GREEN value IS 126 (49.61% from 255) = 23.08%
BLUE value IS 219 (85.94% from 255) = 40.11%
R=36.81%
G=23.08%
B=40.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2011262190.080.4200.14288.3956.3667.65
HexC97EDB82A0E1203844
Octal311176333105201644070104
Binary110010011111110110110111000101010011101001000001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97EDB; }

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

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

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

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

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

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

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

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