#CD63F5

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

Shades of Heliotrope #CD63F5

Tints of Heliotrope #CD63F5

Color information

#CD63F5 (or 0xCD63F5) is unknown color: approx Heliotrope. HEX triplet: CD, 63 and F5. RGB value is (205,99,245). Sum of RGB (Red+Green+Blue) = 205+99+245=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 99 (39.06% from 255 or 18.03% from 549); Blue value is 245 (96.09% from 255 or 44.63% from 549); Max value from RGB is 245 - color contains mainly: blue. Hex color #CD63F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD63F5 is #329C0A. Grayscale: #929292. Windows color (decimal): -3316747 or 16081869. OLE color: 16081869.

HSL color Cylindrical-coordinate representation of color #CD63F5: hue angle of 283.56º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD63F5 is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20599245-
CMYK0.160.6000.04
HSL283.56º87.95%67.45%-
HSV(B)283.56º59.59%96.08%-
XYZ46.1228.589.46-
YUV147.34183.12169.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.34%
GREEN value IS 99 (39.06% from 255) = 18.03%
BLUE value IS 245 (96.09% from 255) = 44.63%
R=37.34%
G=18.03%
B=44.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal205992450.160.6000.04283.5687.9567.45
HexCD63F5103C0411c5843
Octal315143365207404434130103
Binary1100110111000111111010110000111100010010001110010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD63F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD63F5; }

 p { color: rgb(205,99,245); }

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

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

 a { background-color: rgb(205,99,245); }

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

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

 span { border-color: rgb(205,99,245); }

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