Html Css Color HEX #C15FFA Heliotrope

📋 copy color: '#C15FFA'

red 193 ◦ green 95 ◦ blue 250

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

Shades of Heliotrope #C15FFA

Tints of Heliotrope #C15FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.66%

 BLUE value IS 250 (98.05% from 255) = 46.47%

R = 35.87%
G = 17.66%
B = 46.47%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C15FFA (or 0xC15FFA) is known color: Heliotrope. HEX triplet: C1, 5F and FA. RGB value is (193,95,250). Sum of RGB (Red+Green+Blue) = 193+95+250=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 95 (37.5% from 255 or 17.66% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #C15FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15FFA is #3EA005. Grayscale: #8D8D8D. Windows color (decimal): -4104198 or 16408513. OLE color: 16408513.

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

Color convert

RGB 193 95 250 -
CMYK 0.23 0.62 0 0.02
HSL 277.94º 0.94% 0.68% -
HSV(B) 277.94º 0.62% 0.98% -
XYZ 43.34 26.42 93.26 -
YUV 141.97 188.97 164.4 -
System Red Green Blue C M Y K H S L
Decimal 193 95 250 0.23 0.62 0 0.02 277.94 0.94 0.68
Hex C1 5F FA 17 3E 0 2 116 5E 44
Octal 301 137 372 27 76 0 2 426 136 104
Binary 11000001 1011111 11111010 10111 111110 0 10 100010110 1011110 1000100

Color Harmonies of #C15FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15FFA

Black with #C15FFA

Text Example


Text Example

White with #C15FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15FFA; }

 p { color: rgb(193,95,250); }

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

background-color css

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

 a { background-color: rgb(193,95,250); }

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

border-color css

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

 span { border-color: rgb(193,95,250); }

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