Html Css Color HEX #C471FE Heliotrope

📋 copy color: '#C471FE'

red 196 ◦ green 113 ◦ blue 254

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

Shades of Heliotrope #C471FE

Tints of Heliotrope #C471FE

RGB

 RED value IS 196 (76.95% from 255) = 34.81%

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

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

R = 34.81%
G = 20.07%
B = 45.12%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C471FE (or 0xC471FE) is known color: Heliotrope. HEX triplet: C4, 71 and FE. RGB value is (196,113,254). Sum of RGB (Red+Green+Blue) = 196+113+254=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 113 (44.53% from 255 or 20.07% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #C471FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C471FE is #3B8E01. Grayscale: #999999. Windows color (decimal): -3902978 or 16675268. OLE color: 16675268.

HSL color Cylindrical-coordinate representation of color #C471FE: hue angle of 275.32º 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 #C471FE is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 196 113 254 -
CMYK 0.23 0.56 0 0.00
HSL 275.32º 0.99% 0.72% -
HSV(B) 275.32º 0.56% 1% -
XYZ 46.56 30.7 97.24 -
YUV 153.89 184.5 158.04 -
System Red Green Blue C M Y K H S L
Decimal 196 113 254 0.23 0.56 0 0.00 275.32 0.99 0.72
Hex C4 71 FE 17 38 0 0 113 63 48
Octal 304 161 376 27 70 0 0 423 143 110
Binary 11000100 1110001 11111110 10111 111000 0 0 100010011 1100011 1001000

Color Harmonies of #C471FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C471FE

Black with #C471FE

Text Example


Text Example

White with #C471FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C471FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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