#CD4AFD

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

Shades of Heliotrope #CD4AFD

Tints of Heliotrope #CD4AFD

Color information

#CD4AFD (or 0xCD4AFD) is unknown color: approx Heliotrope. HEX triplet: CD, 4A and FD. RGB value is (205,74,253). Sum of RGB (Red+Green+Blue) = 205+74+253=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 74 (29.30% from 255 or 13.91% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #CD4AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD4AFD is #32B502. Grayscale: #848484. Windows color (decimal): -3323139 or 16599757. OLE color: 16599757.

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

Color convert

RGB20574253-
CMYK0.190.7100.01
HSL283.91º97.81%64.12%-
HSV(B)283.91º70.75%99.22%-
XYZ45.3624.9795.36-
YUV133.57195.4178.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.53%
GREEN value IS 74 (29.30% from 255) = 13.91%
BLUE value IS 253 (99.22% from 255) = 47.56%
R=38.53%
G=13.91%
B=47.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal205742530.190.7100.01283.9197.8164.12
HexCD4AFD13470111c6240
Octal3151123752310701434142100
Binary110011011001010111111011001110001110110001110011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4AFD; }

 p { color: rgb(205,74,253); }

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

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

 a { background-color: rgb(205,74,253); }

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

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

 span { border-color: rgb(205,74,253); }

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