Html Css Color HEX #C172EC Heliotrope

📋 copy color: '#C172EC'

red 193 ◦ green 114 ◦ blue 236

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

Shades of Heliotrope #C172EC

Tints of Heliotrope #C172EC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.99%

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

R = 35.54%
G = 20.99%
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

#C172EC (or 0xC172EC) is known color: Heliotrope. HEX triplet: C1, 72 and EC. RGB value is (193,114,236). Sum of RGB (Red+Green+Blue) = 193+114+236=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 114 (44.92% from 255 or 20.99% 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 #C172EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C172EC is #3E8D13. Grayscale: #979797. Windows color (decimal): -4099348 or 15495873. OLE color: 15495873.

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

Color convert

RGB 193 114 236 -
CMYK 0.18 0.52 0 0.07
HSL 278.85º 0.76% 0.69% -
HSV(B) 278.85º 0.52% 0.93% -
XYZ 43.15 29.43 82.76 -
YUV 151.53 175.67 157.58 -
System Red Green Blue C M Y K H S L
Decimal 193 114 236 0.18 0.52 0 0.07 278.85 0.76 0.69
Hex C1 72 EC 12 34 0 7 117 4C 45
Octal 301 162 354 22 64 0 7 427 114 105
Binary 11000001 1110010 11101100 10010 110100 0 111 100010111 1001100 1000101

Color Harmonies of #C172EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C172EC

Black with #C172EC

Text Example


Text Example

White with #C172EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C172EC; }

 p { color: rgb(193,114,236); }

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

background-color css

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

 a { background-color: rgb(193,114,236); }

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

border-color css

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

 span { border-color: rgb(193,114,236); }

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