#CC6BF8

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

Shades of Heliotrope #CC6BF8

Tints of Heliotrope #CC6BF8

Color information

#CC6BF8 (or 0xCC6BF8) is unknown color: approx Heliotrope. HEX triplet: CC, 6B and F8. RGB value is (204,107,248). Sum of RGB (Red+Green+Blue) = 204+107+248=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 107 (42.19% from 255 or 19.14% from 559); Blue value is 248 (97.27% from 255 or 44.36% from 559); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC6BF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6BF8 is #339407. Grayscale: #979797. Windows color (decimal): -3380232 or 16280524. OLE color: 16280524.

HSL color Cylindrical-coordinate representation of color #CC6BF8: hue angle of 281.28º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC6BF8 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB204107248-
CMYK0.180.5700.03
HSL281.28º90.97%69.61%-
HSV(B)281.28º56.85%97.25%-
XYZ47.130.1392.14-
YUV152.08182.14165.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.49%
GREEN value IS 107 (42.19% from 255) = 19.14%
BLUE value IS 248 (97.27% from 255) = 44.36%
R=36.49%
G=19.14%
B=44.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2041072480.180.5700.03281.2890.9769.61
HexCC6BF81239031195b46
Octal314153370227103431133106
Binary110011001101011111110001001011100101110001100110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6BF8; }

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

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

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

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

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

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

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

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