Html Css Color HEX #CA5CF1 Heliotrope

📋 copy color: '#CA5CF1'

red 202 ◦ green 92 ◦ blue 241

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

Shades of Heliotrope #CA5CF1

Tints of Heliotrope #CA5CF1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.2%

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

R = 37.76%
G = 17.2%
B = 45.05%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CA5CF1 (or 0xCA5CF1) is known color: Heliotrope. HEX triplet: CA, 5C and F1. RGB value is (202,92,241). Sum of RGB (Red+Green+Blue) = 202+92+241=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 92 (36.33% from 255 or 17.20% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA5CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5CF1 is #35A30E. Grayscale: #8D8D8D. Windows color (decimal): -3515151 or 15817930. OLE color: 15817930.

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

Color convert

RGB 202 92 241 -
CMYK 0.16 0.62 0 0.05
HSL 284.3º 0.84% 0.65% -
HSV(B) 284.3º 0.62% 0.95% -
XYZ 44.06 26.56 86.02 -
YUV 141.88 183.94 170.88 -
System Red Green Blue C M Y K H S L
Decimal 202 92 241 0.16 0.62 0 0.05 284.3 0.84 0.65
Hex CA 5C F1 10 3E 0 5 11C 54 41
Octal 312 134 361 20 76 0 5 434 124 101
Binary 11001010 1011100 11110001 10000 111110 0 101 100011100 1010100 1000001

Color Harmonies of #CA5CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5CF1

Black with #CA5CF1

Text Example


Text Example

White with #CA5CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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