#CC83D9

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

Shades of Orchid #CC83D9

Tints of Orchid #CC83D9

Color information

#CC83D9 (or 0xCC83D9) is unknown color: approx Orchid. HEX triplet: CC, 83 and D9. RGB value is (204,131,217). Sum of RGB (Red+Green+Blue) = 204+131+217=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 131 (51.56% from 255 or 23.73% from 552); Blue value is 217 (85.16% from 255 or 39.31% from 552); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC83D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC83D9 is #337C26. Grayscale: #A2A2A2. Windows color (decimal): -3374119 or 14255052. OLE color: 14255052.

HSL color Cylindrical-coordinate representation of color #CC83D9: hue angle of 290.93º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC83D9 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204131217-
CMYK0.060.4000.15
HSL290.93º53.09%68.24%-
HSV(B)290.93º39.63%85.1%-
XYZ45.5434.0869.82-
YUV162.63158.68157.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.96%
GREEN value IS 131 (51.56% from 255) = 23.73%
BLUE value IS 217 (85.16% from 255) = 39.31%
R=36.96%
G=23.73%
B=39.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041312170.060.4000.15290.9353.0968.24
HexCC83D96280F1233544
Octal31420333165001744365104
Binary110011001000001111011001110101000011111001000111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC83D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC83D9; }

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

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

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

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

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

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

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

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