Html Css Color HEX #C15BFB Heliotrope

📋 copy color: '#C15BFB'

red 193 ◦ green 91 ◦ blue 251

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

Shades of Heliotrope #C15BFB

Tints of Heliotrope #C15BFB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.01%

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

R = 36.07%
G = 17.01%
B = 46.92%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C15BFB (or 0xC15BFB) is known color: Heliotrope. HEX triplet: C1, 5B and FB. RGB value is (193,91,251). Sum of RGB (Red+Green+Blue) = 193+91+251=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 91 (35.94% from 255 or 17.01% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #C15BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15BFB is #3EA404. Grayscale: #8B8B8B. Windows color (decimal): -4105221 or 16473025. OLE color: 16473025.

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

Color convert

RGB 193 91 251 -
CMYK 0.23 0.64 0 0.02
HSL 278.25º 0.95% 0.67% -
HSV(B) 278.25º 0.64% 0.98% -
XYZ 43.15 25.78 93.97 -
YUV 139.74 190.79 165.99 -
System Red Green Blue C M Y K H S L
Decimal 193 91 251 0.23 0.64 0 0.02 278.25 0.95 0.67
Hex C1 5B FB 17 40 0 2 116 5F 43
Octal 301 133 373 27 100 0 2 426 137 103
Binary 11000001 1011011 11111011 10111 1000000 0 10 100010110 1011111 1000011

Color Harmonies of #C15BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15BFB

Black with #C15BFB

Text Example


Text Example

White with #C15BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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