#C984CE

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

Shades of Orchid #C984CE

Tints of Orchid #C984CE

Color information

#C984CE (or 0xC984CE) is unknown color: approx Orchid. HEX triplet: C9, 84 and CE. RGB value is (201,132,206). Sum of RGB (Red+Green+Blue) = 201+132+206=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #C984CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C984CE is #367B31. Grayscale: #A0A0A0. Windows color (decimal): -3570482 or 13534409. OLE color: 13534409.

HSL color Cylindrical-coordinate representation of color #C984CE: hue angle of 295.95º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C984CE is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB201132206-
CMYK0.020.3600.19
HSL295.95º43.02%66.27%-
HSV(B)295.95º35.92%80.78%-
XYZ43.4833.3862.54-
YUV161.07153.36156.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.29%
GREEN value IS 132 (51.95% from 255) = 24.49%
BLUE value IS 206 (80.86% from 255) = 38.22%
R=37.29%
G=24.49%
B=38.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011322060.020.3600.19295.9543.0266.27
HexC984CE2240131282b42
Octal31120431624402345053102
Binary110010011000010011001110101001000100111001010001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C984CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C984CE; }

 p { color: rgb(201,132,206); }

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

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

 a { background-color: rgb(201,132,206); }

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

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

 span { border-color: rgb(201,132,206); }

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