#CC83DC

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

Shades of Orchid #CC83DC

Tints of Orchid #CC83DC

Color information

#CC83DC (or 0xCC83DC) is unknown color: approx Orchid. HEX triplet: CC, 83 and DC. RGB value is (204,131,220). Sum of RGB (Red+Green+Blue) = 204+131+220=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 131 (51.56% from 255 or 23.60% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC83DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC83DC is #337C23. Grayscale: #A2A2A2. Windows color (decimal): -3374116 or 14451660. OLE color: 14451660.

HSL color Cylindrical-coordinate representation of color #CC83DC: hue angle of 289.21º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC83DC is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204131220-
CMYK0.070.4000.14
HSL289.21º55.97%68.82%-
HSV(B)289.21º40.45%86.27%-
XYZ45.9434.2471.9-
YUV162.97160.18157.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.76%
GREEN value IS 131 (51.56% from 255) = 23.60%
BLUE value IS 220 (86.33% from 255) = 39.64%
R=36.76%
G=23.60%
B=39.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041312200.070.4000.14289.2155.9768.82
HexCC83DC7280E1213845
Octal31420333475001644170105
Binary110011001000001111011100111101000011101001000011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC83DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC83DC; }

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

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

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

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

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

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

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

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