Html Css Color HEX #CD62F0 Heliotrope

📋 copy color: '#CD62F0'

red 205 ◦ green 98 ◦ blue 240

#CD62F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #CD62F0

Tints of Heliotrope #CD62F0

RGB

 RED value IS 205 (80.47% from 255) = 37.75%

 GREEN value IS 98 (38.67% from 255) = 18.05%

 BLUE value IS 240 (94.14% from 255) = 44.2%

R = 37.75%
G = 18.05%
B = 44.2%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CD62F0 (or 0xCD62F0) is known color: Heliotrope. HEX triplet: CD, 62 and F0. RGB value is (205,98,240). Sum of RGB (Red+Green+Blue) = 205+98+240=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 98 (38.67% from 255 or 18.05% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #CD62F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD62F0 is #329D0F. Grayscale: #919191. Windows color (decimal): -3317008 or 15753933. OLE color: 15753933.

HSL color Cylindrical-coordinate representation of color #CD62F0: hue angle of 285.21º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD62F0 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 205 98 240 -
CMYK 0.15 0.59 0 0.06
HSL 285.21º 0.83% 0.66% -
HSV(B) 285.21º 0.59% 0.94% -
XYZ 45.27 28.01 85.46 -
YUV 146.18 180.95 169.95 -
System Red Green Blue C M Y K H S L
Decimal 205 98 240 0.15 0.59 0 0.06 285.21 0.83 0.66
Hex CD 62 F0 F 3B 0 6 11D 53 42
Octal 315 142 360 17 73 0 6 435 123 102
Binary 11001101 1100010 11110000 1111 111011 0 110 100011101 1010011 1000010

Color Harmonies of #CD62F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD62F0

Black with #CD62F0

Text Example


Text Example

White with #CD62F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD62F0; }

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

 H1.HeaderClassName
 {
   color: #CD62F0;
 }
 .AnyTagClassName
 {
   color: #CD62F0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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