Html Css Color HEX #C15AFE Heliotrope

📋 copy color: '#C15AFE'

red 193 ◦ green 90 ◦ blue 254

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

Shades of Heliotrope #C15AFE

Tints of Heliotrope #C15AFE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.76%

 BLUE value IS 254 (99.61% from 255) = 47.3%

R = 35.94%
G = 16.76%
B = 47.3%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C15AFE (or 0xC15AFE) is known color: Heliotrope. HEX triplet: C1, 5A and FE. RGB value is (193,90,254). Sum of RGB (Red+Green+Blue) = 193+90+254=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 90 (35.55% from 255 or 16.76% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #C15AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15AFE is #3EA501. Grayscale: #8A8A8A. Windows color (decimal): -4105474 or 16669377. OLE color: 16669377.

HSL color Cylindrical-coordinate representation of color #C15AFE: hue angle of 277.68º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C15AFE is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 193 90 254 -
CMYK 0.24 0.65 0 0.00
HSL 277.68º 0.99% 0.67% -
HSV(B) 277.68º 0.65% 1% -
XYZ 43.54 25.81 96.45 -
YUV 139.49 192.62 166.16 -
System Red Green Blue C M Y K H S L
Decimal 193 90 254 0.24 0.65 0 0.00 277.68 0.99 0.67
Hex C1 5A FE 18 41 0 0 116 63 43
Octal 301 132 376 30 101 0 0 426 143 103
Binary 11000001 1011010 11111110 11000 1000001 0 0 100010110 1100011 1000011

Color Harmonies of #C15AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15AFE

Black with #C15AFE

Text Example


Text Example

White with #C15AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15AFE; }

 p { color: rgb(193,90,254); }

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

background-color css

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

 a { background-color: rgb(193,90,254); }

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

border-color css

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

 span { border-color: rgb(193,90,254); }

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