Html Css Color HEX #C172FD Heliotrope

📋 copy color: '#C172FD'

red 193 ◦ green 114 ◦ blue 253

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

Shades of Heliotrope #C172FD

Tints of Heliotrope #C172FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.18%

R = 34.46%
G = 20.36%
B = 45.18%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C172FD (or 0xC172FD) is known color: Heliotrope. HEX triplet: C1, 72 and FD. RGB value is (193,114,253). Sum of RGB (Red+Green+Blue) = 193+114+253=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 114 (44.92% from 255 or 20.36% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #C172FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C172FD is #3E8D02. Grayscale: #989898. Windows color (decimal): -4099331 or 16609985. OLE color: 16609985.

HSL color Cylindrical-coordinate representation of color #C172FD: hue angle of 274.1º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C172FD is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 193 114 253 -
CMYK 0.24 0.55 0 0.01
HSL 274.1º 0.97% 0.72% -
HSV(B) 274.1º 0.55% 0.99% -
XYZ 45.74 30.46 96.4 -
YUV 153.47 184.17 156.2 -
System Red Green Blue C M Y K H S L
Decimal 193 114 253 0.24 0.55 0 0.01 274.1 0.97 0.72
Hex C1 72 FD 18 37 0 1 112 61 48
Octal 301 162 375 30 67 0 1 422 141 110
Binary 11000001 1110010 11111101 11000 110111 0 1 100010010 1100001 1001000

Color Harmonies of #C172FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C172FD

Black with #C172FD

Text Example


Text Example

White with #C172FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C172FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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