#CC83CE

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

Shades of Orchid #CC83CE

Tints of Orchid #CC83CE

Color information

#CC83CE (or 0xCC83CE) is unknown color: approx Orchid. HEX triplet: CC, 83 and CE. RGB value is (204,131,206). Sum of RGB (Red+Green+Blue) = 204+131+206=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 131 (51.56% from 255 or 24.21% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC83CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC83CE is #337C31. Grayscale: #A1A1A1. Windows color (decimal): -3374130 or 13534156. OLE color: 13534156.

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

Color convert

RGB204131206-
CMYK0.010.3600.19
HSL298.4º43.35%66.08%-
HSV(B)298.4º36.41%80.78%-
XYZ44.1633.5362.54-
YUV161.38153.18158.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.71%
GREEN value IS 131 (51.56% from 255) = 24.21%
BLUE value IS 206 (80.86% from 255) = 38.08%
R=37.71%
G=24.21%
B=38.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2041312060.010.3600.19298.443.3566.08
HexCC83CE12401312a2b42
Octal31420331614402345253102
Binary11001100100000111100111011001000100111001010101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC83CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC83CE; }

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

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

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

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

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

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

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

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