#CC69F9

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

Shades of Heliotrope #CC69F9

Tints of Heliotrope #CC69F9

Color information

#CC69F9 (or 0xCC69F9) is unknown color: approx Heliotrope. HEX triplet: CC, 69 and F9. RGB value is (204,105,249). Sum of RGB (Red+Green+Blue) = 204+105+249=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 105 (41.41% from 255 or 18.82% from 558); Blue value is 249 (97.66% from 255 or 44.62% from 558); Max value from RGB is 249 - color contains mainly: blue. Hex color #CC69F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC69F9 is #339606. Grayscale: #969696. Windows color (decimal): -3380743 or 16345548. OLE color: 16345548.

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

Color convert

RGB204105249-
CMYK0.180.5800.02
HSL281.25º92.31%69.41%-
HSV(B)281.25º57.83%97.65%-
XYZ47.0529.7892.89-
YUV151.02183.3165.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.56%
GREEN value IS 105 (41.41% from 255) = 18.82%
BLUE value IS 249 (97.66% from 255) = 44.62%
R=36.56%
G=18.82%
B=44.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041052490.180.5800.02281.2592.3169.41
HexCC69F9123A021195c45
Octal314151371227202431134105
Binary110011001101001111110011001011101001010001100110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC69F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC69F9; }

 p { color: rgb(204,105,249); }

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

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

 a { background-color: rgb(204,105,249); }

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

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

 span { border-color: rgb(204,105,249); }

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