#CD63F4

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

Shades of Heliotrope #CD63F4

Tints of Heliotrope #CD63F4

Color information

#CD63F4 (or 0xCD63F4) is unknown color: approx Heliotrope. HEX triplet: CD, 63 and F4. RGB value is (205,99,244). Sum of RGB (Red+Green+Blue) = 205+99+244=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 99 (39.06% from 255 or 18.07% from 548); Blue value is 244 (95.70% from 255 or 44.53% from 548); Max value from RGB is 244 - color contains mainly: blue. Hex color #CD63F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD63F4 is #329C0B. Grayscale: #929292. Windows color (decimal): -3316748 or 16016333. OLE color: 16016333.

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

Color convert

RGB20599244-
CMYK0.160.5900.04
HSL283.86º86.83%67.25%-
HSV(B)283.86º59.43%95.69%-
XYZ45.9728.4388.65-
YUV147.22182.62169.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.41%
GREEN value IS 99 (39.06% from 255) = 18.07%
BLUE value IS 244 (95.70% from 255) = 44.53%
R=37.41%
G=18.07%
B=44.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal205992440.160.5900.04283.8686.8367.25
HexCD63F4103B0411c5743
Octal315143364207304434127103
Binary1100110111000111111010010000111011010010001110010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD63F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD63F4; }

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

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

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

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

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

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

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

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