#CC6ACC

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

Shades of Orchid #CC6ACC

Tints of Orchid #CC6ACC

Color information

#CC6ACC (or 0xCC6ACC) is unknown color: approx Orchid. HEX triplet: CC, 6A and CC. RGB value is (204,106,204). Sum of RGB (Red+Green+Blue) = 204+106+204=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC6ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6ACC is #339533. Grayscale: #929292. Windows color (decimal): -3380532 or 13396684. OLE color: 13396684.

HSL color Cylindrical-coordinate representation of color #CC6ACC: hue angle of 300º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6ACC is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB204106204-
CMYK00.4800.2
HSL300º49%60.78%-
HSV(B)300º48.04%80%-
XYZ40.9527.5160.28-
YUV146.47160.47169.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.69%
GREEN value IS 106 (41.80% from 255) = 20.62%
BLUE value IS 204 (80.08% from 255) = 39.69%
R=39.69%
G=20.62%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410620400.4800.23004960.78
HexCC6ACC03001412c313d
Octal3141523140600244546175
Binary110011001101010110011000110000010100100101100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6ACC; }

 p { color: rgb(204,106,204); }

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

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

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

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

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

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

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