#CC6BFC

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

Shades of Heliotrope #CC6BFC

Tints of Heliotrope #CC6BFC

Color information

#CC6BFC (or 0xCC6BFC) is unknown color: approx Heliotrope. HEX triplet: CC, 6B and FC. RGB value is (204,107,252). Sum of RGB (Red+Green+Blue) = 204+107+252=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 107 (42.19% from 255 or 19.01% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC6BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6BFC is #339403. Grayscale: #989898. Windows color (decimal): -3380228 or 16542668. OLE color: 16542668.

HSL color Cylindrical-coordinate representation of color #CC6BFC: hue angle of 280.14º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC6BFC is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204107252-
CMYK0.190.5800.01
HSL280.14º96.03%70.39%-
HSV(B)280.14º57.54%98.82%-
XYZ47.7330.3895.44-
YUV152.53184.14164.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.23%
GREEN value IS 107 (42.19% from 255) = 19.01%
BLUE value IS 252 (98.83% from 255) = 44.76%
R=36.23%
G=19.01%
B=44.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2041072520.190.5800.01280.1496.0370.39
HexCC6BFC133A011186046
Octal314153374237201430140106
Binary11001100110101111111100100111110100110001100011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6BFC; }

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

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

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

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

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

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

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

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