Html Css Color HEX #CA71F8 Heliotrope

📋 copy color: '#CA71F8'

red 202 ◦ green 113 ◦ blue 248

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

Shades of Heliotrope #CA71F8

Tints of Heliotrope #CA71F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 44.05%

R = 35.88%
G = 20.07%
B = 44.05%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CA71F8 (or 0xCA71F8) is known color: Heliotrope. HEX triplet: CA, 71 and F8. RGB value is (202,113,248). Sum of RGB (Red+Green+Blue) = 202+113+248=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 113 (44.53% from 255 or 20.07% from 563); Blue value is 248 (97.27% from 255 or 44.05% from 563); Max value from RGB is 248 - color contains mainly: blue. Hex color #CA71F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA71F8 is #358E07. Grayscale: #9A9A9A. Windows color (decimal): -3509768 or 16282058. OLE color: 16282058.

HSL color Cylindrical-coordinate representation of color #CA71F8: hue angle of 279.56º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA71F8 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 113 248 -
CMYK 0.19 0.54 0 0.03
HSL 279.56º 0.91% 0.71% -
HSV(B) 279.56º 0.54% 0.97% -
XYZ 47.21 31.14 92.33 -
YUV 155 180.49 161.52 -
System Red Green Blue C M Y K H S L
Decimal 202 113 248 0.19 0.54 0 0.03 279.56 0.91 0.71
Hex CA 71 F8 13 36 0 3 118 5B 47
Octal 312 161 370 23 66 0 3 430 133 107
Binary 11001010 1110001 11111000 10011 110110 0 11 100011000 1011011 1000111

Color Harmonies of #CA71F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA71F8

Black with #CA71F8

Text Example


Text Example

White with #CA71F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA71F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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