#CC83BF

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

Shades of Orchid #CC83BF

Tints of Orchid #CC83BF

Color information

#CC83BF (or 0xCC83BF) is unknown color: approx Orchid. HEX triplet: CC, 83 and BF. RGB value is (204,131,191). Sum of RGB (Red+Green+Blue) = 204+131+191=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 131 (51.56% from 255 or 24.90% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CC83BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC83BF is #337C40. Grayscale: #9F9F9F. Windows color (decimal): -3374145 or 12551116. OLE color: 12551116.

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

Color convert

RGB204131191-
CMYK00.360.060.2
HSL310.68º41.71%65.69%-
HSV(B)310.68º35.78%80%-
XYZ42.4232.8353.39-
YUV159.67145.68159.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.78%
GREEN value IS 131 (51.56% from 255) = 24.90%
BLUE value IS 191 (75% from 255) = 36.31%
R=38.78%
G=24.90%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413119100.360.060.2310.6841.7165.69
HexCC83BF0246141372a42
Octal31420327704462446752102
Binary1100110010000011101111110100100110101001001101111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC83BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC83BF; }

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

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

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

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

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

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

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

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