Html Css Color HEX #CA71F1 Heliotrope

📋 copy color: '#CA71F1'

red 202 ◦ green 113 ◦ blue 241

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

Shades of Heliotrope #CA71F1

Tints of Heliotrope #CA71F1

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.32%

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

R = 36.33%
G = 20.32%
B = 43.35%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CA71F1 (or 0xCA71F1) is known color: Heliotrope. HEX triplet: CA, 71 and F1. RGB value is (202,113,241). Sum of RGB (Red+Green+Blue) = 202+113+241=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 113 (44.53% from 255 or 20.32% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA71F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA71F1 is #358E0E. Grayscale: #999999. Windows color (decimal): -3509775 or 15823306. OLE color: 15823306.

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

Color convert

RGB 202 113 241 -
CMYK 0.16 0.53 0 0.05
HSL 281.72º 0.82% 0.69% -
HSV(B) 281.72º 0.53% 0.95% -
XYZ 46.14 30.72 86.72 -
YUV 154.2 176.99 162.09 -
System Red Green Blue C M Y K H S L
Decimal 202 113 241 0.16 0.53 0 0.05 281.72 0.82 0.69
Hex CA 71 F1 10 35 0 5 11A 52 45
Octal 312 161 361 20 65 0 5 432 122 105
Binary 11001010 1110001 11110001 10000 110101 0 101 100011010 1010010 1000101

Color Harmonies of #CA71F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA71F1

Black with #CA71F1

Text Example


Text Example

White with #CA71F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA71F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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