#CC67F8

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

Shades of Heliotrope #CC67F8

Tints of Heliotrope #CC67F8

Color information

#CC67F8 (or 0xCC67F8) is unknown color: approx Heliotrope. HEX triplet: CC, 67 and F8. RGB value is (204,103,248). Sum of RGB (Red+Green+Blue) = 204+103+248=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 103 (40.62% from 255 or 18.56% from 555); Blue value is 248 (97.27% from 255 or 44.68% from 555); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC67F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC67F8 is #339807. Grayscale: #959595. Windows color (decimal): -3381256 or 16279500. OLE color: 16279500.

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

Color convert

RGB204103248-
CMYK0.180.5800.03
HSL281.79º91.19%68.82%-
HSV(B)281.79º58.47%97.25%-
XYZ46.729.3292-
YUV149.73183.46166.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.76%
GREEN value IS 103 (40.62% from 255) = 18.56%
BLUE value IS 248 (97.27% from 255) = 44.68%
R=36.76%
G=18.56%
B=44.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2041032480.180.5800.03281.7991.1968.82
HexCC67F8123A0311a5b45
Octal314147370227203432133105
Binary110011001100111111110001001011101001110001101010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC67F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC67F8; }

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

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

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

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

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

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

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

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