#C984CB

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

Shades of Orchid #C984CB

Tints of Orchid #C984CB

Color information

#C984CB (or 0xC984CB) is unknown color: approx Orchid. HEX triplet: C9, 84 and CB. RGB value is (201,132,203). Sum of RGB (Red+Green+Blue) = 201+132+203=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #C984CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C984CB is #367B34. Grayscale: #A0A0A0. Windows color (decimal): -3570485 or 13337801. OLE color: 13337801.

HSL color Cylindrical-coordinate representation of color #C984CB: hue angle of 298.31º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C984CB is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB201132203-
CMYK0.010.3500.20
HSL298.31º40.57%65.69%-
HSV(B)298.31º34.98%79.61%-
XYZ43.1233.2360.64-
YUV160.72151.86156.73-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.5%
GREEN value IS 132 (51.95% from 255) = 24.63%
BLUE value IS 203 (79.69% from 255) = 37.87%
R=37.5%
G=24.63%
B=37.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011322030.010.3500.20298.3140.5765.69
HexC984CB12301412a2942
Octal31120431314302445251102
Binary11001001100001001100101111000110101001001010101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C984CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C984CB; }

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

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

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

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

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

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

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

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