#CC6BFF

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

Shades of Heliotrope #CC6BFF

Tints of Heliotrope #CC6BFF

Color information

#CC6BFF (or 0xCC6BFF) is unknown color: approx Heliotrope. HEX triplet: CC, 6B and FF. RGB value is (204,107,255). Sum of RGB (Red+Green+Blue) = 204+107+255=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 107 (42.19% from 255 or 18.90% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC6BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6BFF is #339400. Grayscale: #989898. Windows color (decimal): -3380225 or 16739276. OLE color: 16739276.

HSL color Cylindrical-coordinate representation of color #CC6BFF: hue angle of 279.32º 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 #CC6BFF is Cyan = 0.2, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB204107255-
CMYK0.20.5800
HSL279.32º100%70.98%-
HSV(B)279.32º58.04%100%-
XYZ48.2130.5797.97-
YUV152.88185.64164.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.04%
GREEN value IS 107 (42.19% from 255) = 18.90%
BLUE value IS 255 (100% from 255) = 45.05%
R=36.04%
G=18.90%
B=45.05%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041072550.20.5800279.3210070.98
HexCC6BFF143A001176447
Octal314153377247200427144107
Binary11001100110101111111111101001110100010001011111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6BFF; }

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

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

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

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

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

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

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

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