Html Css Color HEX #CA71FE Heliotrope

📋 copy color: '#CA71FE'

red 202 ◦ green 113 ◦ blue 254

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

Shades of Heliotrope #CA71FE

Tints of Heliotrope #CA71FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.64%

R = 35.5%
G = 19.86%
B = 44.64%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CA71FE (or 0xCA71FE) is known color: Heliotrope. HEX triplet: CA, 71 and FE. RGB value is (202,113,254). Sum of RGB (Red+Green+Blue) = 202+113+254=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 113 (44.53% from 255 or 19.86% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA71FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA71FE is #358E01. Grayscale: #9B9B9B. Windows color (decimal): -3509762 or 16675274. OLE color: 16675274.

HSL color Cylindrical-coordinate representation of color #CA71FE: hue angle of 277.87º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA71FE is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 202 113 254 -
CMYK 0.20 0.56 0 0.00
HSL 277.87º 0.99% 0.72% -
HSV(B) 277.87º 0.56% 1% -
XYZ 48.15 31.52 97.31 -
YUV 155.69 183.49 161.04 -
System Red Green Blue C M Y K H S L
Decimal 202 113 254 0.20 0.56 0 0.00 277.87 0.99 0.72
Hex CA 71 FE 14 38 0 0 116 63 48
Octal 312 161 376 24 70 0 0 426 143 110
Binary 11001010 1110001 11111110 10100 111000 0 0 100010110 1100011 1001000

Color Harmonies of #CA71FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA71FE

Black with #CA71FE

Text Example


Text Example

White with #CA71FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA71FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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