#C983CE

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

Shades of Orchid #C983CE

Tints of Orchid #C983CE

Color information

#C983CE (or 0xC983CE) is unknown color: approx Orchid. HEX triplet: C9, 83 and CE. RGB value is (201,131,206). Sum of RGB (Red+Green+Blue) = 201+131+206=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 131 (51.56% from 255 or 24.35% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #C983CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C983CE is #367C31. Grayscale: #A0A0A0. Windows color (decimal): -3570738 or 13534153. OLE color: 13534153.

HSL color Cylindrical-coordinate representation of color #C983CE: hue angle of 296º 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 #C983CE is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB201131206-
CMYK0.020.3600.19
HSL296º43.35%66.08%-
HSV(B)296º36.41%80.78%-
XYZ43.3433.1162.5-
YUV160.48153.69156.9-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.36%
GREEN value IS 131 (51.56% from 255) = 24.35%
BLUE value IS 206 (80.86% from 255) = 38.29%
R=37.36%
G=24.35%
B=38.29%

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
Decimal2011312060.020.3600.1929643.3566.08
HexC983CE2240131282b42
Octal31120331624402345053102
Binary110010011000001111001110101001000100111001010001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C983CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C983CE; }

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

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

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

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

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

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

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

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