Html Css Color HEX #CA64F5 Heliotrope

📋 copy color: '#CA64F5'

red 202 ◦ green 100 ◦ blue 245

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

Shades of Heliotrope #CA64F5

Tints of Heliotrope #CA64F5

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.28%

 BLUE value IS 245 (96.09% from 255) = 44.79%

R = 36.93%
G = 18.28%
B = 44.79%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CA64F5 (or 0xCA64F5) is known color: Heliotrope. HEX triplet: CA, 64 and F5. RGB value is (202,100,245). Sum of RGB (Red+Green+Blue) = 202+100+245=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 100 (39.45% from 255 or 18.28% from 547); Blue value is 245 (96.09% from 255 or 44.79% from 547); Max value from RGB is 245 - color contains mainly: blue. Hex color #CA64F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA64F5 is #359B0A. Grayscale: #929292. Windows color (decimal): -3513099 or 16082122. OLE color: 16082122.

HSL color Cylindrical-coordinate representation of color #CA64F5: hue angle of 282.21º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA64F5 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 100 245 -
CMYK 0.18 0.59 0 0.04
HSL 282.21º 0.88% 0.68% -
HSV(B) 282.21º 0.59% 0.96% -
XYZ 45.4 28.26 89.45 -
YUV 147.03 183.29 167.21 -
System Red Green Blue C M Y K H S L
Decimal 202 100 245 0.18 0.59 0 0.04 282.21 0.88 0.68
Hex CA 64 F5 12 3B 0 4 11A 58 44
Octal 312 144 365 22 73 0 4 432 130 104
Binary 11001010 1100100 11110101 10010 111011 0 100 100011010 1011000 1000100

Color Harmonies of #CA64F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA64F5

Black with #CA64F5

Text Example


Text Example

White with #CA64F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA64F5; }

 p { color: rgb(202,100,245); }

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

background-color css

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

 a { background-color: rgb(202,100,245); }

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

border-color css

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

 span { border-color: rgb(202,100,245); }

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