Html Css Color HEX #C271FC Heliotrope

📋 copy color: '#C271FC'

red 194 ◦ green 113 ◦ blue 252

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

Shades of Heliotrope #C271FC

Tints of Heliotrope #C271FC

RGB

 RED value IS 194 (76.17% from 255) = 34.7%

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

 BLUE value IS 252 (98.83% from 255) = 45.08%

R = 34.7%
G = 20.21%
B = 45.08%

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

#C271FC (or 0xC271FC) is known color: Heliotrope. HEX triplet: C2, 71 and FC. RGB value is (194,113,252). Sum of RGB (Red+Green+Blue) = 194+113+252=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 113 (44.53% from 255 or 20.21% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #C271FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C271FC is #3D8E03. Grayscale: #989898. Windows color (decimal): -4034052 or 16544194. OLE color: 16544194.

HSL color Cylindrical-coordinate representation of color #C271FC: hue angle of 274.96º degrees, saturation: 0.96, 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 #C271FC is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 113 252 -
CMYK 0.23 0.55 0 0.01
HSL 274.96º 0.96% 0.72% -
HSV(B) 274.96º 0.55% 0.99% -
XYZ 45.72 30.31 95.54 -
YUV 153.07 183.84 157.2 -
System Red Green Blue C M Y K H S L
Decimal 194 113 252 0.23 0.55 0 0.01 274.96 0.96 0.72
Hex C2 71 FC 17 37 0 1 113 60 48
Octal 302 161 374 27 67 0 1 423 140 110
Binary 11000010 1110001 11111100 10111 110111 0 1 100010011 1100000 1001000

Color Harmonies of #C271FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C271FC

Black with #C271FC

Text Example


Text Example

White with #C271FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C271FC; }

 p { color: rgb(194,113,252); }

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

background-color css

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

 a { background-color: rgb(194,113,252); }

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

border-color css

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

 span { border-color: rgb(194,113,252); }

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