#CC6BF2

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

Shades of Heliotrope #CC6BF2

Tints of Heliotrope #CC6BF2

Color information

#CC6BF2 (or 0xCC6BF2) is unknown color: approx Heliotrope. HEX triplet: CC, 6B and F2. RGB value is (204,107,242). Sum of RGB (Red+Green+Blue) = 204+107+242=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 107 (42.19% from 255 or 19.35% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC6BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6BF2 is #33940D. Grayscale: #969696. Windows color (decimal): -3380238 or 15887308. OLE color: 15887308.

HSL color Cylindrical-coordinate representation of color #CC6BF2: hue angle of 283.11º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC6BF2 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204107242-
CMYK0.160.5600.05
HSL283.11º83.85%68.43%-
HSV(B)283.11º55.79%94.9%-
XYZ46.1929.7687.32-
YUV151.39179.14165.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.89%
GREEN value IS 107 (42.19% from 255) = 19.35%
BLUE value IS 242 (94.92% from 255) = 43.76%
R=36.89%
G=19.35%
B=43.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041072420.160.5600.05283.1183.8568.43
HexCC6BF210380511b5444
Octal314153362207005433124104
Binary1100110011010111111001010000111000010110001101110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6BF2; }

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

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

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

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

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

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

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

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