Html Css Color HEX #C158FB Heliotrope

📋 copy color: '#C158FB'

red 193 ◦ green 88 ◦ blue 251

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

Shades of Heliotrope #C158FB

Tints of Heliotrope #C158FB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.54%

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

R = 36.28%
G = 16.54%
B = 47.18%

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

#C158FB (or 0xC158FB) is known color: Heliotrope. HEX triplet: C1, 58 and FB. RGB value is (193,88,251). Sum of RGB (Red+Green+Blue) = 193+88+251=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 88 (34.77% from 255 or 16.54% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #C158FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C158FB is #3EA704. Grayscale: #898989. Windows color (decimal): -4105989 or 16472257. OLE color: 16472257.

HSL color Cylindrical-coordinate representation of color #C158FB: hue angle of 278.65º 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 #C158FB is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 88 251 -
CMYK 0.23 0.65 0 0.02
HSL 278.65º 0.95% 0.66% -
HSV(B) 278.65º 0.65% 0.98% -
XYZ 42.89 25.28 93.89 -
YUV 137.98 191.79 167.25 -
System Red Green Blue C M Y K H S L
Decimal 193 88 251 0.23 0.65 0 0.02 278.65 0.95 0.66
Hex C1 58 FB 17 41 0 2 117 5F 42
Octal 301 130 373 27 101 0 2 427 137 102
Binary 11000001 1011000 11111011 10111 1000001 0 10 100010111 1011111 1000010

Color Harmonies of #C158FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C158FB

Black with #C158FB

Text Example


Text Example

White with #C158FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C158FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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