Html Css Color HEX #C170EF Heliotrope

📋 copy color: '#C170EF'

red 193 ◦ green 112 ◦ blue 239

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

Shades of Heliotrope #C170EF

Tints of Heliotrope #C170EF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.59%

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

R = 35.48%
G = 20.59%
B = 43.93%

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

#C170EF (or 0xC170EF) is known color: Heliotrope. HEX triplet: C1, 70 and EF. RGB value is (193,112,239). Sum of RGB (Red+Green+Blue) = 193+112+239=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #C170EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C170EF is #3E8F10. Grayscale: #969696. Windows color (decimal): -4099857 or 15691969. OLE color: 15691969.

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

Color convert

RGB 193 112 239 -
CMYK 0.19 0.53 0 0.06
HSL 278.27º 0.8% 0.69% -
HSV(B) 278.27º 0.53% 0.94% -
XYZ 43.37 29.16 85 -
YUV 150.7 177.84 158.17 -
System Red Green Blue C M Y K H S L
Decimal 193 112 239 0.19 0.53 0 0.06 278.27 0.8 0.69
Hex C1 70 EF 13 35 0 6 116 50 45
Octal 301 160 357 23 65 0 6 426 120 105
Binary 11000001 1110000 11101111 10011 110101 0 110 100010110 1010000 1000101

Color Harmonies of #C170EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C170EF

Black with #C170EF

Text Example


Text Example

White with #C170EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C170EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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