#cc6bf4

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

Shades of Heliotrope #CC6BF4

Tints of Heliotrope #CC6BF4

Color information

#CC6BF4 (or 0xCC6BF4) is unknown color: approx Heliotrope. HEX triplet: CC, 6B and F4. RGB value is (204,107,244). Sum of RGB (Red+Green+Blue) = 204+107+244=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 107 (42.19% from 255 or 19.28% from 555); Blue value is 244 (95.70% from 255 or 43.96% from 555); Max value from RGB is 244 - color contains mainly: blue. Hex color #CC6BF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6BF4 is #33940B. Grayscale: #979797. Windows color (decimal): -3380236 or 16018380. OLE color: 16018380.

HSL color Cylindrical-coordinate representation of color #CC6BF4: hue angle of 282.48º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC6BF4 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204107244-
CMYK0.160.5600.04
HSL282.48º86.16%68.82%-
HSV(B)282.48º56.15%95.69%-
XYZ46.4929.8888.91-
YUV151.62180.14165.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.76%
GREEN value IS 107 (42.19% from 255) = 19.28%
BLUE value IS 244 (95.70% from 255) = 43.96%
R=36.76%
G=19.28%
B=43.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2041072440.160.5600.04282.4886.1668.82
HexCC6BF410380411a5645
Octal314153364207004432126105
Binary1100110011010111111010010000111000010010001101010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc6bf4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc6bf4; }

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

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

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

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

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

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

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

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