Html Css Color HEX #C175FC Heliotrope

📋 copy color: '#C175FC'

red 193 ◦ green 117 ◦ blue 252

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

Shades of Heliotrope #C175FC

Tints of Heliotrope #C175FC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.82%

 BLUE value IS 252 (98.83% from 255) = 44.84%

R = 34.34%
G = 20.82%
B = 44.84%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C175FC (or 0xC175FC) is known color: Heliotrope. HEX triplet: C1, 75 and FC. RGB value is (193,117,252). Sum of RGB (Red+Green+Blue) = 193+117+252=562 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.34% from 562); Green value is 117 (46.09% from 255 or 20.82% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #C175FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C175FC is #3E8A03. Grayscale: #9A9A9A. Windows color (decimal): -4098564 or 16545217. OLE color: 16545217.

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

Color convert

RGB 193 117 252 -
CMYK 0.23 0.54 0 0.01
HSL 273.78º 0.96% 0.72% -
HSV(B) 273.78º 0.54% 0.99% -
XYZ 45.92 31.09 95.68 -
YUV 155.11 182.68 155.02 -
System Red Green Blue C M Y K H S L
Decimal 193 117 252 0.23 0.54 0 0.01 273.78 0.96 0.72
Hex C1 75 FC 17 36 0 1 112 60 48
Octal 301 165 374 27 66 0 1 422 140 110
Binary 11000001 1110101 11111100 10111 110110 0 1 100010010 1100000 1001000

Color Harmonies of #C175FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C175FC

Black with #C175FC

Text Example


Text Example

White with #C175FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C175FC; }

 p { color: rgb(193,117,252); }

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

background-color css

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

 a { background-color: rgb(193,117,252); }

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

border-color css

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

 span { border-color: rgb(193,117,252); }

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