Html Css Color HEX #CA5EFF Heliotrope

📋 copy color: '#CA5EFF'

red 202 ◦ green 94 ◦ blue 255

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

Shades of Heliotrope #CA5EFF

Tints of Heliotrope #CA5EFF

RGB

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

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

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

R = 36.66%
G = 17.06%
B = 46.28%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA5EFF (or 0xCA5EFF) is known color: Heliotrope. HEX triplet: CA, 5E and FF. RGB value is (202,94,255). Sum of RGB (Red+Green+Blue) = 202+94+255=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 94 (37.11% from 255 or 17.06% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA5EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5EFF is #35A100. Grayscale: #909090. Windows color (decimal): -3514625 or 16735946. OLE color: 16735946.

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

Color convert

RGB 202 94 255 -
CMYK 0.21 0.63 0 0
HSL 280.25º 1% 0.68% -
HSV(B) 280.25º 0.63% 1% -
XYZ 46.41 27.78 97.52 -
YUV 144.65 190.28 168.91 -
System Red Green Blue C M Y K H S L
Decimal 202 94 255 0.21 0.63 0 0 280.25 1 0.68
Hex CA 5E FF 15 3F 0 0 118 64 44
Octal 312 136 377 25 77 0 0 430 144 104
Binary 11001010 1011110 11111111 10101 111111 0 0 100011000 1100100 1000100

Color Harmonies of #CA5EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5EFF

Black with #CA5EFF

Text Example


Text Example

White with #CA5EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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