#CC6ADB

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

Shades of Orchid #CC6ADB

Tints of Orchid #CC6ADB

Color information

#CC6ADB (or 0xCC6ADB) is unknown color: approx Orchid. HEX triplet: CC, 6A and DB. RGB value is (204,106,219). Sum of RGB (Red+Green+Blue) = 204+106+219=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC6ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6ADB is #339524. Grayscale: #939393. Windows color (decimal): -3380517 or 14379724. OLE color: 14379724.

HSL color Cylindrical-coordinate representation of color #CC6ADB: hue angle of 292.04º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC6ADB is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204106219-
CMYK0.070.5200.14
HSL292.04º61.08%63.73%-
HSV(B)292.04º51.6%85.88%-
XYZ42.8428.2670.21-
YUV148.18167.97167.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.56%
GREEN value IS 106 (41.80% from 255) = 20.04%
BLUE value IS 219 (85.94% from 255) = 41.40%
R=38.56%
G=20.04%
B=41.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041062190.070.5200.14292.0461.0863.73
HexCC6ADB7340E1243d40
Octal31415233376401644475100
Binary11001100110101011011011111110100011101001001001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6ADB; }

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

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

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

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

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

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

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

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