#CC6ADD

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

Shades of Orchid #CC6ADD

Tints of Orchid #CC6ADD

Color information

#CC6ADD (or 0xCC6ADD) is unknown color: approx Orchid. HEX triplet: CC, 6A and DD. RGB value is (204,106,221). Sum of RGB (Red+Green+Blue) = 204+106+221=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC6ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6ADD is #339522. Grayscale: #949494. Windows color (decimal): -3380515 or 14510796. OLE color: 14510796.

HSL color Cylindrical-coordinate representation of color #CC6ADD: hue angle of 291.13º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC6ADD is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204106221-
CMYK0.080.5200.13
HSL291.13º62.84%64.12%-
HSV(B)291.13º52.04%86.67%-
XYZ43.1128.3771.61-
YUV148.41168.97167.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.42%
GREEN value IS 106 (41.80% from 255) = 19.96%
BLUE value IS 221 (86.72% from 255) = 41.62%
R=38.42%
G=19.96%
B=41.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041062210.080.5200.13291.1362.8464.12
HexCC6ADD8340D1233f40
Octal314152335106401544377100
Binary110011001101010110111011000110100011011001000111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6ADD; }

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

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

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

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

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

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

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

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