#CD62FD

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

Shades of Heliotrope #CD62FD

Tints of Heliotrope #CD62FD

Color information

#CD62FD (or 0xCD62FD) is unknown color: approx Heliotrope. HEX triplet: CD, 62 and FD. RGB value is (205,98,253). Sum of RGB (Red+Green+Blue) = 205+98+253=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 98 (38.67% from 255 or 17.63% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #CD62FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD62FD is #329D02. Grayscale: #939393. Windows color (decimal): -3316995 or 16605901. OLE color: 16605901.

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

Color convert

RGB20598253-
CMYK0.190.6100.01
HSL281.42º97.48%68.82%-
HSV(B)281.42º61.26%99.22%-
XYZ47.2728.8196-
YUV147.66187.45168.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.87%
GREEN value IS 98 (38.67% from 255) = 17.63%
BLUE value IS 253 (99.22% from 255) = 45.50%
R=36.87%
G=17.63%
B=45.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal205982530.190.6100.01281.4297.4868.82
HexCD62FD133D011196145
Octal315142375237501431141105
Binary11001101110001011111101100111111010110001100111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD62FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD62FD; }

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

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

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

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

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

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

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

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