#CC6DCD

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

Shades of Orchid #CC6DCD

Tints of Orchid #CC6DCD

Color information

#CC6DCD (or 0xCC6DCD) is unknown color: approx Orchid. HEX triplet: CC, 6D and CD. RGB value is (204,109,205). Sum of RGB (Red+Green+Blue) = 204+109+205=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC6DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6DCD is #339232. Grayscale: #949494. Windows color (decimal): -3379763 or 13462988. OLE color: 13462988.

HSL color Cylindrical-coordinate representation of color #CC6DCD: hue angle of 299.38º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC6DCD is Cyan = 0.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB204109205-
CMYK0.000.4700.20
HSL299.38º48.98%61.57%-
HSV(B)299.38º46.83%80.39%-
XYZ41.3928.1861.02-
YUV148.35159.97167.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.38%
GREEN value IS 109 (42.97% from 255) = 21.04%
BLUE value IS 205 (80.47% from 255) = 39.58%
R=39.38%
G=21.04%
B=39.58%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2041092050.000.4700.20299.3848.9861.57
HexCC6DCD02F01412b313e
Octal3141553150570244536176
Binary110011001101101110011010101111010100100101011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6DCD; }

 p { color: rgb(204,109,205); }

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

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

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

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

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

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

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