#CC68FD

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

Shades of Heliotrope #CC68FD

Tints of Heliotrope #CC68FD

Color information

#CC68FD (or 0xCC68FD) is unknown color: approx Heliotrope. HEX triplet: CC, 68 and FD. RGB value is (204,104,253). Sum of RGB (Red+Green+Blue) = 204+104+253=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 104 (41.02% from 255 or 18.54% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC68FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC68FD is #339702. Grayscale: #969696. Windows color (decimal): -3380995 or 16607436. OLE color: 16607436.

HSL color Cylindrical-coordinate representation of color #CC68FD: hue angle of 280.27º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC68FD is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204104253-
CMYK0.190.5900.01
HSL280.27º97.39%70%-
HSV(B)280.27º58.89%99.22%-
XYZ47.5829.8396.18-
YUV150.89185.63165.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.36%
GREEN value IS 104 (41.02% from 255) = 18.54%
BLUE value IS 253 (99.22% from 255) = 45.10%
R=36.36%
G=18.54%
B=45.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2041042530.190.5900.01280.2797.3970
HexCC68FD133B011186146
Octal314150375237301430141106
Binary11001100110100011111101100111110110110001100011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC68FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC68FD; }

 p { color: rgb(204,104,253); }

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

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

 a { background-color: rgb(204,104,253); }

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

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

 span { border-color: rgb(204,104,253); }

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