Html Css Color HEX #CA64EB Heliotrope

📋 copy color: '#CA64EB'

red 202 ◦ green 100 ◦ blue 235

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

Shades of Heliotrope #CA64EB

Tints of Heliotrope #CA64EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.76%

R = 37.62%
G = 18.62%
B = 43.76%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA64EB (or 0xCA64EB) is known color: Heliotrope. HEX triplet: CA, 64 and EB. RGB value is (202,100,235). Sum of RGB (Red+Green+Blue) = 202+100+235=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 100 (39.45% from 255 or 18.62% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA64EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA64EB is #359B14. Grayscale: #919191. Windows color (decimal): -3513109 or 15426762. OLE color: 15426762.

HSL color Cylindrical-coordinate representation of color #CA64EB: hue angle of 285.33º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA64EB is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 100 235 -
CMYK 0.14 0.57 0 0.08
HSL 285.33º 0.77% 0.66% -
HSV(B) 285.33º 0.57% 0.92% -
XYZ 43.91 27.67 81.62 -
YUV 145.89 178.29 168.02 -
System Red Green Blue C M Y K H S L
Decimal 202 100 235 0.14 0.57 0 0.08 285.33 0.77 0.66
Hex CA 64 EB E 39 0 8 11D 4D 42
Octal 312 144 353 16 71 0 10 435 115 102
Binary 11001010 1100100 11101011 1110 111001 0 1000 100011101 1001101 1000010

Color Harmonies of #CA64EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA64EB

Black with #CA64EB

Text Example


Text Example

White with #CA64EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA64EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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