#CC83DA

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

Shades of Orchid #CC83DA

Tints of Orchid #CC83DA

Color information

#CC83DA (or 0xCC83DA) is unknown color: approx Orchid. HEX triplet: CC, 83 and DA. RGB value is (204,131,218). Sum of RGB (Red+Green+Blue) = 204+131+218=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC83DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC83DA is #337C25. Grayscale: #A2A2A2. Windows color (decimal): -3374118 or 14320588. OLE color: 14320588.

HSL color Cylindrical-coordinate representation of color #CC83DA: hue angle of 290.34º degrees, saturation: 0.54, 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 #CC83DA is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204131218-
CMYK0.060.4000.15
HSL290.34º54.04%68.43%-
HSV(B)290.34º39.91%85.49%-
XYZ45.6734.1370.51-
YUV162.74159.18157.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.89%
GREEN value IS 131 (51.56% from 255) = 23.69%
BLUE value IS 218 (85.55% from 255) = 39.42%
R=36.89%
G=23.69%
B=39.42%

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
Decimal2041312180.060.4000.15290.3454.0468.43
HexCC83DA6280F1223644
Octal31420333265001744266104
Binary110011001000001111011010110101000011111001000101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC83DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC83DA; }

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

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

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

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

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

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

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

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