Html Css Color HEX #C172FB Heliotrope

📋 copy color: '#C172FB'

red 193 ◦ green 114 ◦ blue 251

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

Shades of Heliotrope #C172FB

Tints of Heliotrope #C172FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.98%

R = 34.59%
G = 20.43%
B = 44.98%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C172FB (or 0xC172FB) is known color: Heliotrope. HEX triplet: C1, 72 and FB. RGB value is (193,114,251). Sum of RGB (Red+Green+Blue) = 193+114+251=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 114 (44.92% from 255 or 20.43% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #C172FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C172FB is #3E8D04. Grayscale: #989898. Windows color (decimal): -4099333 or 16478913. OLE color: 16478913.

HSL color Cylindrical-coordinate representation of color #C172FB: hue angle of 274.6º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C172FB is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 114 251 -
CMYK 0.23 0.55 0 0.02
HSL 274.6º 0.94% 0.72% -
HSV(B) 274.6º 0.55% 0.98% -
XYZ 45.42 30.34 94.73 -
YUV 153.24 183.17 156.36 -
System Red Green Blue C M Y K H S L
Decimal 193 114 251 0.23 0.55 0 0.02 274.6 0.94 0.72
Hex C1 72 FB 17 37 0 2 113 5E 48
Octal 301 162 373 27 67 0 2 423 136 110
Binary 11000001 1110010 11111011 10111 110111 0 10 100010011 1011110 1001000

Color Harmonies of #C172FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C172FB

Black with #C172FB

Text Example


Text Example

White with #C172FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C172FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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