#CC6DC7

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

Shades of Orchid #CC6DC7

Tints of Orchid #CC6DC7

Color information

#CC6DC7 (or 0xCC6DC7) is unknown color: approx Orchid. HEX triplet: CC, 6D and C7. RGB value is (204,109,199). Sum of RGB (Red+Green+Blue) = 204+109+199=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 199 (78.12% from 255 or 38.87% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6DC7 is #339238. Grayscale: #939393. Windows color (decimal): -3379769 or 13069772. OLE color: 13069772.

HSL color Cylindrical-coordinate representation of color #CC6DC7: hue angle of 303.16º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC6DC7 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB204109199-
CMYK00.470.020.2
HSL303.16º48.22%61.37%-
HSV(B)303.16º46.57%80%-
XYZ40.6827.957.27-
YUV147.66156.97168.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 109 (42.97% from 255) = 21.29%
BLUE value IS 199 (78.12% from 255) = 38.87%
R=39.84%
G=21.29%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410919900.470.020.2303.1648.2261.37
HexCC6DC702F21412f303d
Octal3141553070572244576075
Binary1100110011011011100011101011111010100100101111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6DC7; }

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

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

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

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

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

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

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

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