Html Css Color HEX #C171EF Heliotrope

📋 copy color: '#C171EF'

red 193 ◦ green 113 ◦ blue 239

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

Shades of Heliotrope #C171EF

Tints of Heliotrope #C171EF

RGB

 RED value IS 193 (75.78% from 255) = 35.41%

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

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

R = 35.41%
G = 20.73%
B = 43.85%

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

#C171EF (or 0xC171EF) is known color: Heliotrope. HEX triplet: C1, 71 and EF. RGB value is (193,113,239). Sum of RGB (Red+Green+Blue) = 193+113+239=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 113 (44.53% from 255 or 20.73% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #C171EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C171EF is #3E8E10. Grayscale: #969696. Windows color (decimal): -4099601 or 15692225. OLE color: 15692225.

HSL color Cylindrical-coordinate representation of color #C171EF: hue angle of 278.1º 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 #C171EF is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 113 239 -
CMYK 0.19 0.53 0 0.06
HSL 278.1º 0.8% 0.69% -
HSV(B) 278.1º 0.53% 0.94% -
XYZ 43.48 29.38 85.04 -
YUV 151.28 177.5 157.75 -
System Red Green Blue C M Y K H S L
Decimal 193 113 239 0.19 0.53 0 0.06 278.1 0.8 0.69
Hex C1 71 EF 13 35 0 6 116 50 45
Octal 301 161 357 23 65 0 6 426 120 105
Binary 11000001 1110001 11101111 10011 110101 0 110 100010110 1010000 1000101

Color Harmonies of #C171EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C171EF

Black with #C171EF

Text Example


Text Example

White with #C171EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C171EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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