#C97DBD

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

Shades of Orchid #C97DBD

Tints of Orchid #C97DBD

Color information

#C97DBD (or 0xC97DBD) is unknown color: approx Orchid. HEX triplet: C9, 7D and BD. RGB value is (201,125,189). Sum of RGB (Red+Green+Blue) = 201+125+189=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 201 - color contains mainly: red. Hex color #C97DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97DBD is #368242. Grayscale: #9A9A9A. Windows color (decimal): -3572291 or 12418505. OLE color: 12418505.

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

Color convert

RGB201125189-
CMYK00.380.060.21
HSL309.47º41.3%63.92%-
HSV(B)309.47º37.81%78.82%-
XYZ40.6130.7651.94-
YUV155.02147.18160.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.03%
GREEN value IS 125 (49.22% from 255) = 24.27%
BLUE value IS 189 (74.22% from 255) = 36.70%
R=39.03%
G=24.27%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112518900.380.060.21309.4741.363.92
HexC97DBD0266151352940
Octal31117527504662546551100
Binary110010011111101101111010100110110101011001101011010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97DBD; }

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

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

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

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

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

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

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

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