#CC69FA

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

Shades of Heliotrope #CC69FA

Tints of Heliotrope #CC69FA

Color information

#CC69FA (or 0xCC69FA) is unknown color: approx Heliotrope. HEX triplet: CC, 69 and FA. RGB value is (204,105,250). Sum of RGB (Red+Green+Blue) = 204+105+250=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 105 (41.41% from 255 or 18.78% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC69FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC69FA is #339605. Grayscale: #969696. Windows color (decimal): -3380742 or 16411084. OLE color: 16411084.

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

Color convert

RGB204105250-
CMYK0.180.5800.02
HSL280.97º93.55%69.61%-
HSV(B)280.97º58%98.04%-
XYZ47.2129.8493.71-
YUV151.13183.8165.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.49%
GREEN value IS 105 (41.41% from 255) = 18.78%
BLUE value IS 250 (98.05% from 255) = 44.72%
R=36.49%
G=18.78%
B=44.72%

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
Decimal2041052500.180.5800.02280.9793.5569.61
HexCC69FA123A021195e46
Octal314151372227202431136106
Binary110011001101001111110101001011101001010001100110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC69FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC69FA; }

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

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

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

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

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

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

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

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