#CC83CB

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

Shades of Orchid #CC83CB

Tints of Orchid #CC83CB

Color information

#CC83CB (or 0xCC83CB) is unknown color: approx Orchid. HEX triplet: CC, 83 and CB. RGB value is (204,131,203). Sum of RGB (Red+Green+Blue) = 204+131+203=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 131 (51.56% from 255 or 24.35% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CC83CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC83CB is #337C34. Grayscale: #A0A0A0. Windows color (decimal): -3374133 or 13337548. OLE color: 13337548.

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

Color convert

RGB204131203-
CMYK00.360.000.2
HSL300.82º41.71%65.69%-
HSV(B)300.82º35.78%80%-
XYZ43.833.3860.63-
YUV161.03151.68158.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.92%
GREEN value IS 131 (51.56% from 255) = 24.35%
BLUE value IS 203 (79.69% from 255) = 37.73%
R=37.92%
G=24.35%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413120300.360.000.2300.8241.7165.69
HexCC83CB02401412d2a42
Octal31420331304402445552102
Binary11001100100000111100101101001000101001001011011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC83CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC83CB; }

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

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

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

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

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

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

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

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