#C983CC

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

Shades of Orchid #C983CC

Tints of Orchid #C983CC

Color information

#C983CC (or 0xC983CC) is unknown color: approx Orchid. HEX triplet: C9, 83 and CC. RGB value is (201,131,204). Sum of RGB (Red+Green+Blue) = 201+131+204=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 131 (51.56% from 255 or 24.44% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #C983CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C983CC is #367C33. Grayscale: #A0A0A0. Windows color (decimal): -3570740 or 13403081. OLE color: 13403081.

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

Color convert

RGB201131204-
CMYK0.010.3600.2
HSL297.53º41.71%65.69%-
HSV(B)297.53º35.78%80%-
XYZ43.133.0161.23-
YUV160.25152.69157.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.5%
GREEN value IS 131 (51.56% from 255) = 24.44%
BLUE value IS 204 (80.08% from 255) = 38.06%
R=37.5%
G=24.44%
B=38.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2011312040.010.3600.2297.5341.7165.69
HexC983CC12401412a2a42
Octal31120331414402445252102
Binary11001001100000111100110011001000101001001010101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C983CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C983CC; }

 p { color: rgb(201,131,204); }

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

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

 a { background-color: rgb(201,131,204); }

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

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

 span { border-color: rgb(201,131,204); }

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