#CC6AD9

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

Shades of Orchid #CC6AD9

Tints of Orchid #CC6AD9

Color information

#CC6AD9 (or 0xCC6AD9) is unknown color: approx Orchid. HEX triplet: CC, 6A and D9. RGB value is (204,106,217). Sum of RGB (Red+Green+Blue) = 204+106+217=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 217 (85.16% from 255 or 41.18% from 527); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC6AD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6AD9 is #339526. Grayscale: #939393. Windows color (decimal): -3380519 or 14248652. OLE color: 14248652.

HSL color Cylindrical-coordinate representation of color #CC6AD9: hue angle of 292.97º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC6AD9 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204106217-
CMYK0.060.5100.15
HSL292.97º59.36%63.33%-
HSV(B)292.97º51.15%85.1%-
XYZ42.5828.1668.84-
YUV147.96166.97167.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.71%
GREEN value IS 106 (41.80% from 255) = 20.11%
BLUE value IS 217 (85.16% from 255) = 41.18%
R=38.71%
G=20.11%
B=41.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041062170.060.5100.15292.9759.3663.33
HexCC6AD96330F1253b3f
Octal3141523316630174457377
Binary1100110011010101101100111011001101111100100101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6AD9; }

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

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

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

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

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

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

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

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