Html Css Color HEX #CA62F9 Heliotrope

📋 copy color: '#CA62F9'

red 202 ◦ green 98 ◦ blue 249

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

Shades of Heliotrope #CA62F9

Tints of Heliotrope #CA62F9

RGB

 RED value IS 202 (79.3% from 255) = 36.79%

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

 BLUE value IS 249 (97.66% from 255) = 45.36%

R = 36.79%
G = 17.85%
B = 45.36%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA62F9 (or 0xCA62F9) is known color: Heliotrope. HEX triplet: CA, 62 and F9. RGB value is (202,98,249). Sum of RGB (Red+Green+Blue) = 202+98+249=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 98 (38.67% from 255 or 17.85% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA62F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA62F9 is #359D06. Grayscale: #919191. Windows color (decimal): -3513607 or 16343754. OLE color: 16343754.

HSL color Cylindrical-coordinate representation of color #CA62F9: hue angle of 281.32º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA62F9 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 98 249 -
CMYK 0.19 0.61 0 0.02
HSL 281.32º 0.93% 0.68% -
HSV(B) 281.32º 0.61% 0.98% -
XYZ 45.82 28.13 92.64 -
YUV 146.31 185.96 167.72 -
System Red Green Blue C M Y K H S L
Decimal 202 98 249 0.19 0.61 0 0.02 281.32 0.93 0.68
Hex CA 62 F9 13 3D 0 2 119 5D 44
Octal 312 142 371 23 75 0 2 431 135 104
Binary 11001010 1100010 11111001 10011 111101 0 10 100011001 1011101 1000100

Color Harmonies of #CA62F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA62F9

Black with #CA62F9

Text Example


Text Example

White with #CA62F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA62F9; }

 p { color: rgb(202,98,249); }

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

background-color css

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

 a { background-color: rgb(202,98,249); }

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

border-color css

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

 span { border-color: rgb(202,98,249); }

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