Html Css Color HEX #CA5DF1 Heliotrope

📋 copy color: '#CA5DF1'

red 202 ◦ green 93 ◦ blue 241

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

Shades of Heliotrope #CA5DF1

Tints of Heliotrope #CA5DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.96%

R = 37.69%
G = 17.35%
B = 44.96%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CA5DF1 (or 0xCA5DF1) is known color: Heliotrope. HEX triplet: CA, 5D and F1. RGB value is (202,93,241). Sum of RGB (Red+Green+Blue) = 202+93+241=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 93 (36.72% from 255 or 17.35% from 536); Blue value is 241 (94.53% from 255 or 44.96% from 536); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA5DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5DF1 is #35A20E. Grayscale: #8D8D8D. Windows color (decimal): -3514895 or 15818186. OLE color: 15818186.

HSL color Cylindrical-coordinate representation of color #CA5DF1: hue angle of 284.19º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA5DF1 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 93 241 -
CMYK 0.16 0.61 0 0.05
HSL 284.19º 0.84% 0.65% -
HSV(B) 284.19º 0.61% 0.95% -
XYZ 44.15 26.74 86.05 -
YUV 142.46 183.61 170.47 -
System Red Green Blue C M Y K H S L
Decimal 202 93 241 0.16 0.61 0 0.05 284.19 0.84 0.65
Hex CA 5D F1 10 3D 0 5 11C 54 41
Octal 312 135 361 20 75 0 5 434 124 101
Binary 11001010 1011101 11110001 10000 111101 0 101 100011100 1010100 1000001

Color Harmonies of #CA5DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5DF1

Black with #CA5DF1

Text Example


Text Example

White with #CA5DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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