Html Css Color HEX #CA71E9 Heliotrope

📋 copy color: '#CA71E9'

red 202 ◦ green 113 ◦ blue 233

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

Shades of Heliotrope #CA71E9

Tints of Heliotrope #CA71E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.52%

R = 36.86%
G = 20.62%
B = 42.52%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CA71E9 (or 0xCA71E9) is known color: Heliotrope. HEX triplet: CA, 71 and E9. RGB value is (202,113,233). Sum of RGB (Red+Green+Blue) = 202+113+233=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 113 (44.53% from 255 or 20.62% from 548); Blue value is 233 (91.41% from 255 or 42.52% from 548); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA71E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA71E9 is #358E16. Grayscale: #989898. Windows color (decimal): -3509783 or 15299018. OLE color: 15299018.

HSL color Cylindrical-coordinate representation of color #CA71E9: hue angle of 284.5º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA71E9 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 113 233 -
CMYK 0.13 0.52 0 0.09
HSL 284.5º 0.73% 0.68% -
HSV(B) 284.5º 0.52% 0.91% -
XYZ 44.97 30.25 80.56 -
YUV 153.29 172.99 162.74 -
System Red Green Blue C M Y K H S L
Decimal 202 113 233 0.13 0.52 0 0.09 284.5 0.73 0.68
Hex CA 71 E9 D 34 0 9 11C 49 44
Octal 312 161 351 15 64 0 11 434 111 104
Binary 11001010 1110001 11101001 1101 110100 0 1001 100011100 1001001 1000100

Color Harmonies of #CA71E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA71E9

Black with #CA71E9

Text Example


Text Example

White with #CA71E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA71E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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