Html Css Color HEX #C156FC Heliotrope

📋 copy color: '#C156FC'

red 193 ◦ green 86 ◦ blue 252

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

Shades of Heliotrope #C156FC

Tints of Heliotrope #C156FC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.2%

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

R = 36.35%
G = 16.2%
B = 47.46%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C156FC (or 0xC156FC) is known color: Heliotrope. HEX triplet: C1, 56 and FC. RGB value is (193,86,252). Sum of RGB (Red+Green+Blue) = 193+86+252=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 86 (33.98% from 255 or 16.20% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #C156FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C156FC is #3EA903. Grayscale: #888888. Windows color (decimal): -4106500 or 16537281. OLE color: 16537281.

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

Color convert

RGB 193 86 252 -
CMYK 0.23 0.66 0 0.01
HSL 278.67º 0.97% 0.66% -
HSV(B) 278.67º 0.66% 0.99% -
XYZ 42.89 25.02 94.66 -
YUV 136.92 192.95 168 -
System Red Green Blue C M Y K H S L
Decimal 193 86 252 0.23 0.66 0 0.01 278.67 0.97 0.66
Hex C1 56 FC 17 42 0 1 117 61 42
Octal 301 126 374 27 102 0 1 427 141 102
Binary 11000001 1010110 11111100 10111 1000010 0 1 100010111 1100001 1000010

Color Harmonies of #C156FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C156FC

Black with #C156FC

Text Example


Text Example

White with #C156FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C156FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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