Html Css Color HEX #CA5AFE Heliotrope

📋 copy color: '#CA5AFE'

red 202 ◦ green 90 ◦ blue 254

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

Shades of Heliotrope #CA5AFE

Tints of Heliotrope #CA5AFE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.48%

 BLUE value IS 254 (99.61% from 255) = 46.52%

R = 37%
G = 16.48%
B = 46.52%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CA5AFE (or 0xCA5AFE) is known color: Heliotrope. HEX triplet: CA, 5A and FE. RGB value is (202,90,254). Sum of RGB (Red+Green+Blue) = 202+90+254=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 90 (35.55% from 255 or 16.48% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA5AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5AFE is #35A501. Grayscale: #8D8D8D. Windows color (decimal): -3515650 or 16669386. OLE color: 16669386.

HSL color Cylindrical-coordinate representation of color #CA5AFE: hue angle of 280.98º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA5AFE is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 202 90 254 -
CMYK 0.20 0.65 0 0.00
HSL 280.98º 0.99% 0.67% -
HSV(B) 280.98º 0.65% 1% -
XYZ 45.9 27.02 96.56 -
YUV 142.18 191.11 170.66 -
System Red Green Blue C M Y K H S L
Decimal 202 90 254 0.20 0.65 0 0.00 280.98 0.99 0.67
Hex CA 5A FE 14 41 0 0 119 63 43
Octal 312 132 376 24 101 0 0 431 143 103
Binary 11001010 1011010 11111110 10100 1000001 0 0 100011001 1100011 1000011

Color Harmonies of #CA5AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5AFE

Black with #CA5AFE

Text Example


Text Example

White with #CA5AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5AFE; }

 p { color: rgb(202,90,254); }

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

background-color css

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

 a { background-color: rgb(202,90,254); }

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

border-color css

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

 span { border-color: rgb(202,90,254); }

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