Html Css Color HEX #CA5DF4 Heliotrope

📋 copy color: '#CA5DF4'

red 202 ◦ green 93 ◦ blue 244

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

Shades of Heliotrope #CA5DF4

Tints of Heliotrope #CA5DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 45.27%

R = 37.48%
G = 17.25%
B = 45.27%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CA5DF4 (or 0xCA5DF4) is known color: Heliotrope. HEX triplet: CA, 5D and F4. RGB value is (202,93,244). Sum of RGB (Red+Green+Blue) = 202+93+244=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 93 (36.72% from 255 or 17.25% from 539); Blue value is 244 (95.70% from 255 or 45.27% from 539); Max value from RGB is 244 - color contains mainly: blue. Hex color #CA5DF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5DF4 is #35A20B. Grayscale: #8E8E8E. Windows color (decimal): -3514892 or 16014794. OLE color: 16014794.

HSL color Cylindrical-coordinate representation of color #CA5DF4: hue angle of 283.31º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA5DF4 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 93 244 -
CMYK 0.17 0.62 0 0.04
HSL 283.31º 0.87% 0.66% -
HSV(B) 283.31º 0.62% 0.96% -
XYZ 44.6 26.92 88.43 -
YUV 142.81 185.11 170.22 -
System Red Green Blue C M Y K H S L
Decimal 202 93 244 0.17 0.62 0 0.04 283.31 0.87 0.66
Hex CA 5D F4 11 3E 0 4 11B 57 42
Octal 312 135 364 21 76 0 4 433 127 102
Binary 11001010 1011101 11110100 10001 111110 0 100 100011011 1010111 1000010

Color Harmonies of #CA5DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5DF4

Black with #CA5DF4

Text Example


Text Example

White with #CA5DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5DF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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