Html Css Color HEX #C15AFF Heliotrope

📋 copy color: '#C15AFF'

red 193 ◦ green 90 ◦ blue 255

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

Shades of Heliotrope #C15AFF

Tints of Heliotrope #C15AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.4%

R = 35.87%
G = 16.73%
B = 47.4%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C15AFF (or 0xC15AFF) is known color: Heliotrope. HEX triplet: C1, 5A and FF. RGB value is (193,90,255). Sum of RGB (Red+Green+Blue) = 193+90+255=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 90 (35.55% from 255 or 16.73% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #C15AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15AFF is #3EA500. Grayscale: #8B8B8B. Windows color (decimal): -4105473 or 16734913. OLE color: 16734913.

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

Color convert

RGB 193 90 255 -
CMYK 0.24 0.65 0 0
HSL 277.45º 1% 0.68% -
HSV(B) 277.45º 0.65% 1% -
XYZ 43.7 25.87 97.3 -
YUV 139.61 193.12 166.08 -
System Red Green Blue C M Y K H S L
Decimal 193 90 255 0.24 0.65 0 0 277.45 1 0.68
Hex C1 5A FF 18 41 0 0 115 64 44
Octal 301 132 377 30 101 0 0 425 144 104
Binary 11000001 1011010 11111111 11000 1000001 0 0 100010101 1100100 1000100

Color Harmonies of #C15AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15AFF

Black with #C15AFF

Text Example


Text Example

White with #C15AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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