#CC6AC7

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

Shades of Orchid #CC6AC7

Tints of Orchid #CC6AC7

Color information

#CC6AC7 (or 0xCC6AC7) is unknown color: approx Orchid. HEX triplet: CC, 6A and C7. RGB value is (204,106,199). Sum of RGB (Red+Green+Blue) = 204+106+199=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 199 (78.12% from 255 or 39.10% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6AC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6AC7 is #339538. Grayscale: #919191. Windows color (decimal): -3380537 or 13069004. OLE color: 13069004.

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

Color convert

RGB204106199-
CMYK00.480.020.2
HSL303.06º49%60.78%-
HSV(B)303.06º48.04%80%-
XYZ40.3627.2757.17-
YUV145.9157.97169.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.08%
GREEN value IS 106 (41.80% from 255) = 20.83%
BLUE value IS 199 (78.12% from 255) = 39.10%
R=40.08%
G=20.83%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410619900.480.020.2303.064960.78
HexCC6AC703021412f313d
Octal3141523070602244576175
Binary1100110011010101100011101100001010100100101111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6AC7; }

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

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

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

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

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

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

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

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