Html Css Color HEX #CA5EF1 Heliotrope

📋 copy color: '#CA5EF1'

red 202 ◦ green 94 ◦ blue 241

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

Shades of Heliotrope #CA5EF1

Tints of Heliotrope #CA5EF1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.5%

 BLUE value IS 241 (94.53% from 255) = 44.88%

R = 37.62%
G = 17.5%
B = 44.88%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CA5EF1 (or 0xCA5EF1) is known color: Heliotrope. HEX triplet: CA, 5E and F1. RGB value is (202,94,241). Sum of RGB (Red+Green+Blue) = 202+94+241=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 94 (37.11% from 255 or 17.50% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA5EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5EF1 is #35A10E. Grayscale: #8E8E8E. Windows color (decimal): -3514639 or 15818442. OLE color: 15818442.

HSL color Cylindrical-coordinate representation of color #CA5EF1: hue angle of 284.08º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA5EF1 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 94 241 -
CMYK 0.16 0.61 0 0.05
HSL 284.08º 0.84% 0.66% -
HSV(B) 284.08º 0.61% 0.95% -
XYZ 44.24 26.91 86.08 -
YUV 143.05 183.28 170.05 -
System Red Green Blue C M Y K H S L
Decimal 202 94 241 0.16 0.61 0 0.05 284.08 0.84 0.66
Hex CA 5E F1 10 3D 0 5 11C 54 42
Octal 312 136 361 20 75 0 5 434 124 102
Binary 11001010 1011110 11110001 10000 111101 0 101 100011100 1010100 1000010

Color Harmonies of #CA5EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5EF1

Black with #CA5EF1

Text Example


Text Example

White with #CA5EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5EF1; }

 p { color: rgb(202,94,241); }

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

background-color css

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

 a { background-color: rgb(202,94,241); }

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

border-color css

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

 span { border-color: rgb(202,94,241); }

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