Html Css Color HEX #CA64EC Heliotrope

📋 copy color: '#CA64EC'

red 202 ◦ green 100 ◦ blue 236

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

Shades of Heliotrope #CA64EC

Tints of Heliotrope #CA64EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.87%

R = 37.55%
G = 18.59%
B = 43.87%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA64EC (or 0xCA64EC) is known color: Heliotrope. HEX triplet: CA, 64 and EC. RGB value is (202,100,236). Sum of RGB (Red+Green+Blue) = 202+100+236=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 100 (39.45% from 255 or 18.59% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA64EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA64EC is #359B13. Grayscale: #919191. Windows color (decimal): -3513108 or 15492298. OLE color: 15492298.

HSL color Cylindrical-coordinate representation of color #CA64EC: hue angle of 285º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA64EC is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 100 236 -
CMYK 0.14 0.58 0 0.07
HSL 285º 0.78% 0.66% -
HSV(B) 285º 0.58% 0.93% -
XYZ 44.05 27.73 82.39 -
YUV 146 178.79 167.94 -
System Red Green Blue C M Y K H S L
Decimal 202 100 236 0.14 0.58 0 0.07 285 0.78 0.66
Hex CA 64 EC E 3A 0 7 11D 4E 42
Octal 312 144 354 16 72 0 7 435 116 102
Binary 11001010 1100100 11101100 1110 111010 0 111 100011101 1001110 1000010

Color Harmonies of #CA64EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA64EC

Black with #CA64EC

Text Example


Text Example

White with #CA64EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA64EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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