#CC6AD7

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

Shades of Orchid #CC6AD7

Tints of Orchid #CC6AD7

Color information

#CC6AD7 (or 0xCC6AD7) is unknown color: approx Orchid. HEX triplet: CC, 6A and D7. RGB value is (204,106,215). Sum of RGB (Red+Green+Blue) = 204+106+215=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 106 (41.80% from 255 or 20.19% from 525); Blue value is 215 (84.38% from 255 or 40.95% from 525); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC6AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6AD7 is #339528. Grayscale: #939393. Windows color (decimal): -3380521 or 14117580. OLE color: 14117580.

HSL color Cylindrical-coordinate representation of color #CC6AD7: hue angle of 293.94º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC6AD7 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204106215-
CMYK0.050.5100.16
HSL293.94º57.67%62.94%-
HSV(B)293.94º50.7%84.31%-
XYZ42.3228.0567.47-
YUV147.73165.97168.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.86%
GREEN value IS 106 (41.80% from 255) = 20.19%
BLUE value IS 215 (84.38% from 255) = 40.95%
R=38.86%
G=20.19%
B=40.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041062150.050.5100.16293.9457.6762.94
HexCC6AD75330101263a3f
Octal3141523275630204467277
Binary11001100110101011010111101110011010000100100110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6AD7; }

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

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

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

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

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

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

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

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