#CD64FC

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

Shades of Heliotrope #CD64FC

Tints of Heliotrope #CD64FC

Color information

#CD64FC (or 0xCD64FC) is unknown color: approx Heliotrope. HEX triplet: CD, 64 and FC. RGB value is (205,100,252). Sum of RGB (Red+Green+Blue) = 205+100+252=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 100 (39.45% from 255 or 17.95% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #CD64FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD64FC is #329B03. Grayscale: #949494. Windows color (decimal): -3316484 or 16540877. OLE color: 16540877.

HSL color Cylindrical-coordinate representation of color #CD64FC: hue angle of 281.45º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD64FC is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB205100252-
CMYK0.190.6000.01
HSL281.45º96.2%69.02%-
HSV(B)281.45º60.32%98.82%-
XYZ47.329.1295.22-
YUV148.72186.29168.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 100 (39.45% from 255) = 17.95%
BLUE value IS 252 (98.83% from 255) = 45.24%
R=36.80%
G=17.95%
B=45.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2051002520.190.6000.01281.4596.269.02
HexCD64FC133C011196045
Octal315144374237401431140105
Binary11001101110010011111100100111111000110001100111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD64FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD64FC; }

 p { color: rgb(205,100,252); }

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

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

 a { background-color: rgb(205,100,252); }

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

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

 span { border-color: rgb(205,100,252); }

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