Html Css Color HEX #CA5DF8 Heliotrope

📋 copy color: '#CA5DF8'

red 202 ◦ green 93 ◦ blue 248

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

Shades of Heliotrope #CA5DF8

Tints of Heliotrope #CA5DF8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.13%

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

R = 37.2%
G = 17.13%
B = 45.67%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CA5DF8 (or 0xCA5DF8) is known color: Heliotrope. HEX triplet: CA, 5D and F8. RGB value is (202,93,248). Sum of RGB (Red+Green+Blue) = 202+93+248=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 93 (36.72% from 255 or 17.13% from 543); Blue value is 248 (97.27% from 255 or 45.67% from 543); Max value from RGB is 248 - color contains mainly: blue. Hex color #CA5DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5DF8 is #35A207. Grayscale: #8E8E8E. Windows color (decimal): -3514888 or 16276938. OLE color: 16276938.

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

Color convert

RGB 202 93 248 -
CMYK 0.19 0.62 0 0.03
HSL 282.19º 0.92% 0.67% -
HSV(B) 282.19º 0.63% 0.97% -
XYZ 45.21 27.16 91.67 -
YUV 143.26 187.11 169.9 -
System Red Green Blue C M Y K H S L
Decimal 202 93 248 0.19 0.62 0 0.03 282.19 0.92 0.67
Hex CA 5D F8 13 3E 0 3 11A 5C 43
Octal 312 135 370 23 76 0 3 432 134 103
Binary 11001010 1011101 11111000 10011 111110 0 11 100011010 1011100 1000011

Color Harmonies of #CA5DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5DF8

Black with #CA5DF8

Text Example


Text Example

White with #CA5DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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