#CD62F7

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

Shades of Heliotrope #CD62F7

Tints of Heliotrope #CD62F7

Color information

#CD62F7 (or 0xCD62F7) is unknown color: approx Heliotrope. HEX triplet: CD, 62 and F7. RGB value is (205,98,247). Sum of RGB (Red+Green+Blue) = 205+98+247=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 98 (38.67% from 255 or 17.82% from 550); Blue value is 247 (96.88% from 255 or 44.91% from 550); Max value from RGB is 247 - color contains mainly: blue. Hex color #CD62F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD62F7 is #329D08. Grayscale: #929292. Windows color (decimal): -3317001 or 16212685. OLE color: 16212685.

HSL color Cylindrical-coordinate representation of color #CD62F7: hue angle of 283.09º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD62F7 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB20598247-
CMYK0.170.6000.03
HSL283.09º90.3%67.65%-
HSV(B)283.09º60.32%96.86%-
XYZ46.3328.4391.04-
YUV146.98184.45169.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.27%
GREEN value IS 98 (38.67% from 255) = 17.82%
BLUE value IS 247 (96.88% from 255) = 44.91%
R=37.27%
G=17.82%
B=44.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal205982470.170.6000.03283.0990.367.65
HexCD62F7113C0311b5a44
Octal315142367217403433132104
Binary110011011100010111101111000111110001110001101110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD62F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD62F7; }

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

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

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

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

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

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

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

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