Html Css Color HEX #C271EF Heliotrope

📋 copy color: '#C271EF'

red 194 ◦ green 113 ◦ blue 239

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

Shades of Heliotrope #C271EF

Tints of Heliotrope #C271EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.77%

R = 35.53%
G = 20.7%
B = 43.77%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C271EF (or 0xC271EF) is known color: Heliotrope. HEX triplet: C2, 71 and EF. RGB value is (194,113,239). Sum of RGB (Red+Green+Blue) = 194+113+239=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 113 (44.53% from 255 or 20.70% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #C271EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C271EF is #3D8E10. Grayscale: #979797. Windows color (decimal): -4034065 or 15692226. OLE color: 15692226.

HSL color Cylindrical-coordinate representation of color #C271EF: hue angle of 278.57º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C271EF is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 113 239 -
CMYK 0.19 0.53 0 0.06
HSL 278.57º 0.8% 0.69% -
HSV(B) 278.57º 0.53% 0.94% -
XYZ 43.73 29.51 85.05 -
YUV 151.58 177.34 158.25 -
System Red Green Blue C M Y K H S L
Decimal 194 113 239 0.19 0.53 0 0.06 278.57 0.8 0.69
Hex C2 71 EF 13 35 0 6 117 50 45
Octal 302 161 357 23 65 0 6 427 120 105
Binary 11000010 1110001 11101111 10011 110101 0 110 100010111 1010000 1000101

Color Harmonies of #C271EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C271EF

Black with #C271EF

Text Example


Text Example

White with #C271EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C271EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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