Html Css Color HEX #C170FC Heliotrope

📋 copy color: '#C170FC'

red 193 ◦ green 112 ◦ blue 252

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

Shades of Heliotrope #C170FC

Tints of Heliotrope #C170FC

RGB

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

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

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

R = 34.65%
G = 20.11%
B = 45.24%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C170FC (or 0xC170FC) is known color: Heliotrope. HEX triplet: C1, 70 and FC. RGB value is (193,112,252). Sum of RGB (Red+Green+Blue) = 193+112+252=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 112 (44.14% from 255 or 20.11% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #C170FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C170FC is #3E8F03. Grayscale: #979797. Windows color (decimal): -4099844 or 16543937. OLE color: 16543937.

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

Color convert

RGB 193 112 252 -
CMYK 0.23 0.56 0 0.01
HSL 274.71º 0.96% 0.71% -
HSV(B) 274.71º 0.56% 0.99% -
XYZ 45.36 29.95 95.49 -
YUV 152.18 184.34 157.12 -
System Red Green Blue C M Y K H S L
Decimal 193 112 252 0.23 0.56 0 0.01 274.71 0.96 0.71
Hex C1 70 FC 17 38 0 1 113 60 47
Octal 301 160 374 27 70 0 1 423 140 107
Binary 11000001 1110000 11111100 10111 111000 0 1 100010011 1100000 1000111

Color Harmonies of #C170FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C170FC

Black with #C170FC

Text Example


Text Example

White with #C170FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C170FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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