Html Css Color HEX #CA5AF8 Heliotrope

📋 copy color: '#CA5AF8'

red 202 ◦ green 90 ◦ blue 248

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

Shades of Heliotrope #CA5AF8

Tints of Heliotrope #CA5AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.93%

R = 37.41%
G = 16.67%
B = 45.93%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CA5AF8 (or 0xCA5AF8) is known color: Heliotrope. HEX triplet: CA, 5A and F8. RGB value is (202,90,248). Sum of RGB (Red+Green+Blue) = 202+90+248=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 90 (35.55% from 255 or 16.67% from 540); Blue value is 248 (97.27% from 255 or 45.93% from 540); Max value from RGB is 248 - color contains mainly: blue. Hex color #CA5AF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5AF8 is #35A507. Grayscale: #8C8C8C. Windows color (decimal): -3515656 or 16276170. OLE color: 16276170.

HSL color Cylindrical-coordinate representation of color #CA5AF8: hue angle of 282.53º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA5AF8 is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 90 248 -
CMYK 0.19 0.64 0 0.03
HSL 282.53º 0.92% 0.66% -
HSV(B) 282.53º 0.64% 0.97% -
XYZ 44.96 26.65 91.58 -
YUV 141.5 188.11 171.15 -
System Red Green Blue C M Y K H S L
Decimal 202 90 248 0.19 0.64 0 0.03 282.53 0.92 0.66
Hex CA 5A F8 13 40 0 3 11B 5C 42
Octal 312 132 370 23 100 0 3 433 134 102
Binary 11001010 1011010 11111000 10011 1000000 0 11 100011011 1011100 1000010

Color Harmonies of #CA5AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5AF8

Black with #CA5AF8

Text Example


Text Example

White with #CA5AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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