Html Css Color HEX #C271EC Heliotrope

📋 copy color: '#C271EC'

red 194 ◦ green 113 ◦ blue 236

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

Shades of Heliotrope #C271EC

Tints of Heliotrope #C271EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.46%

R = 35.73%
G = 20.81%
B = 43.46%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C271EC (or 0xC271EC) is known color: Heliotrope. HEX triplet: C2, 71 and EC. RGB value is (194,113,236). Sum of RGB (Red+Green+Blue) = 194+113+236=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 113 (44.53% from 255 or 20.81% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #C271EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C271EC is #3D8E13. Grayscale: #969696. Windows color (decimal): -4034068 or 15495618. OLE color: 15495618.

HSL color Cylindrical-coordinate representation of color #C271EC: hue angle of 279.51º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C271EC is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 113 236 -
CMYK 0.18 0.52 0 0.07
HSL 279.51º 0.76% 0.68% -
HSV(B) 279.51º 0.52% 0.93% -
XYZ 43.29 29.34 82.74 -
YUV 151.24 175.84 158.5 -
System Red Green Blue C M Y K H S L
Decimal 194 113 236 0.18 0.52 0 0.07 279.51 0.76 0.68
Hex C2 71 EC 12 34 0 7 118 4C 44
Octal 302 161 354 22 64 0 7 430 114 104
Binary 11000010 1110001 11101100 10010 110100 0 111 100011000 1001100 1000100

Color Harmonies of #C271EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C271EC

Black with #C271EC

Text Example


Text Example

White with #C271EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C271EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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