Html Css Color HEX #C157FB Heliotrope

📋 copy color: '#C157FB'

red 193 ◦ green 87 ◦ blue 251

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

Shades of Heliotrope #C157FB

Tints of Heliotrope #C157FB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.38%

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

R = 36.35%
G = 16.38%
B = 47.27%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C157FB (or 0xC157FB) is known color: Heliotrope. HEX triplet: C1, 57 and FB. RGB value is (193,87,251). Sum of RGB (Red+Green+Blue) = 193+87+251=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 87 (34.38% from 255 or 16.38% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #C157FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C157FB is #3EA804. Grayscale: #888888. Windows color (decimal): -4106245 or 16472001. OLE color: 16472001.

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

Color convert

RGB 193 87 251 -
CMYK 0.23 0.65 0 0.02
HSL 278.78º 0.95% 0.66% -
HSV(B) 278.78º 0.65% 0.98% -
XYZ 42.81 25.12 93.86 -
YUV 137.39 192.12 167.66 -
System Red Green Blue C M Y K H S L
Decimal 193 87 251 0.23 0.65 0 0.02 278.78 0.95 0.66
Hex C1 57 FB 17 41 0 2 117 5F 42
Octal 301 127 373 27 101 0 2 427 137 102
Binary 11000001 1010111 11111011 10111 1000001 0 10 100010111 1011111 1000010

Color Harmonies of #C157FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C157FB

Black with #C157FB

Text Example


Text Example

White with #C157FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C157FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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