#CC6CFF

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

Shades of Heliotrope #CC6CFF

Tints of Heliotrope #CC6CFF

Color information

#CC6CFF (or 0xCC6CFF) is unknown color: approx Heliotrope. HEX triplet: CC, 6C and FF. RGB value is (204,108,255). Sum of RGB (Red+Green+Blue) = 204+108+255=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 108 (42.58% from 255 or 19.05% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC6CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6CFF is #339300. Grayscale: #989898. Windows color (decimal): -3379969 or 16739532. OLE color: 16739532.

HSL color Cylindrical-coordinate representation of color #CC6CFF: hue angle of 279.18º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC6CFF is Cyan = 0.2, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB204108255-
CMYK0.20.5800
HSL279.18º100%71.18%-
HSV(B)279.18º57.65%100%-
XYZ48.3130.7898-
YUV153.46185.3164.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.98%
GREEN value IS 108 (42.58% from 255) = 19.05%
BLUE value IS 255 (100% from 255) = 44.97%
R=35.98%
G=19.05%
B=44.97%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041082550.20.5800279.1810071.18
HexCC6CFF143A001176447
Octal314154377247200427144107
Binary11001100110110011111111101001110100010001011111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6CFF; }

 p { color: rgb(204,108,255); }

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

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

 a { background-color: rgb(204,108,255); }

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

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

 span { border-color: rgb(204,108,255); }

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