Html Css Color HEX #CA5BFF Heliotrope

📋 copy color: '#CA5BFF'

red 202 ◦ green 91 ◦ blue 255

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

Shades of Heliotrope #CA5BFF

Tints of Heliotrope #CA5BFF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.61%

 BLUE value IS 255 (100% from 255) = 46.53%

R = 36.86%
G = 16.61%
B = 46.53%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA5BFF (or 0xCA5BFF) is known color: Heliotrope. HEX triplet: CA, 5B and FF. RGB value is (202,91,255). Sum of RGB (Red+Green+Blue) = 202+91+255=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 91 (35.94% from 255 or 16.61% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA5BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5BFF is #35A400. Grayscale: #8E8E8E. Windows color (decimal): -3515393 or 16735178. OLE color: 16735178.

HSL color Cylindrical-coordinate representation of color #CA5BFF: hue angle of 280.61º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA5BFF is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 202 91 255 -
CMYK 0.21 0.64 0 0
HSL 280.61º 1% 0.68% -
HSV(B) 280.61º 0.64% 1% -
XYZ 46.15 27.26 97.44 -
YUV 142.89 191.27 170.16 -
System Red Green Blue C M Y K H S L
Decimal 202 91 255 0.21 0.64 0 0 280.61 1 0.68
Hex CA 5B FF 15 40 0 0 119 64 44
Octal 312 133 377 25 100 0 0 431 144 104
Binary 11001010 1011011 11111111 10101 1000000 0 0 100011001 1100100 1000100

Color Harmonies of #CA5BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5BFF

Black with #CA5BFF

Text Example


Text Example

White with #CA5BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5BFF; }

 p { color: rgb(202,91,255); }

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

background-color css

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

 a { background-color: rgb(202,91,255); }

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

border-color css

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

 span { border-color: rgb(202,91,255); }

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