Html Css Color HEX #C471FD Heliotrope

📋 copy color: '#C471FD'

red 196 ◦ green 113 ◦ blue 253

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

Shades of Heliotrope #C471FD

Tints of Heliotrope #C471FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.02%

R = 34.88%
G = 20.11%
B = 45.02%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C471FD (or 0xC471FD) is known color: Heliotrope. HEX triplet: C4, 71 and FD. RGB value is (196,113,253). Sum of RGB (Red+Green+Blue) = 196+113+253=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 113 (44.53% from 255 or 20.11% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #C471FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C471FD is #3B8E02. Grayscale: #999999. Windows color (decimal): -3902979 or 16609732. OLE color: 16609732.

HSL color Cylindrical-coordinate representation of color #C471FD: hue angle of 275.57º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C471FD is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 113 253 -
CMYK 0.23 0.55 0 0.01
HSL 275.57º 0.97% 0.72% -
HSV(B) 275.57º 0.55% 0.99% -
XYZ 46.4 30.64 96.4 -
YUV 153.78 184 158.12 -
System Red Green Blue C M Y K H S L
Decimal 196 113 253 0.23 0.55 0 0.01 275.57 0.97 0.72
Hex C4 71 FD 17 37 0 1 114 61 48
Octal 304 161 375 27 67 0 1 424 141 110
Binary 11000100 1110001 11111101 10111 110111 0 1 100010100 1100001 1001000

Color Harmonies of #C471FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C471FD

Black with #C471FD

Text Example


Text Example

White with #C471FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C471FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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