Html Css Color HEX #CA71EC Heliotrope

📋 copy color: '#CA71EC'

red 202 ◦ green 113 ◦ blue 236

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

Shades of Heliotrope #CA71EC

Tints of Heliotrope #CA71EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.83%

R = 36.66%
G = 20.51%
B = 42.83%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA71EC (or 0xCA71EC) is known color: Heliotrope. HEX triplet: CA, 71 and EC. RGB value is (202,113,236). Sum of RGB (Red+Green+Blue) = 202+113+236=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 113 (44.53% from 255 or 20.51% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA71EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA71EC is #358E13. Grayscale: #999999. Windows color (decimal): -3509780 or 15495626. OLE color: 15495626.

HSL color Cylindrical-coordinate representation of color #CA71EC: hue angle of 283.41º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA71EC is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 113 236 -
CMYK 0.14 0.52 0 0.07
HSL 283.41º 0.76% 0.68% -
HSV(B) 283.41º 0.52% 0.93% -
XYZ 45.4 30.42 82.84 -
YUV 153.63 174.49 162.5 -
System Red Green Blue C M Y K H S L
Decimal 202 113 236 0.14 0.52 0 0.07 283.41 0.76 0.68
Hex CA 71 EC E 34 0 7 11B 4C 44
Octal 312 161 354 16 64 0 7 433 114 104
Binary 11001010 1110001 11101100 1110 110100 0 111 100011011 1001100 1000100

Color Harmonies of #CA71EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA71EC

Black with #CA71EC

Text Example


Text Example

White with #CA71EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA71EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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