Html Css Color HEX #C15FFF Heliotrope

📋 copy color: '#C15FFF'

red 193 ◦ green 95 ◦ blue 255

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

Shades of Heliotrope #C15FFF

Tints of Heliotrope #C15FFF

RGB

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

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

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

R = 35.54%
G = 17.5%
B = 46.96%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C15FFF (or 0xC15FFF) is known color: Heliotrope. HEX triplet: C1, 5F and FF. RGB value is (193,95,255). Sum of RGB (Red+Green+Blue) = 193+95+255=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 95 (37.5% from 255 or 17.50% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #C15FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15FFF is #3EA000. Grayscale: #8E8E8E. Windows color (decimal): -4104193 or 16736193. OLE color: 16736193.

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

Color convert

RGB 193 95 255 -
CMYK 0.24 0.63 0 0
HSL 276.75º 1% 0.69% -
HSV(B) 276.75º 0.63% 1% -
XYZ 44.13 26.74 97.44 -
YUV 142.54 191.47 163.99 -
System Red Green Blue C M Y K H S L
Decimal 193 95 255 0.24 0.63 0 0 276.75 1 0.69
Hex C1 5F FF 18 3F 0 0 115 64 45
Octal 301 137 377 30 77 0 0 425 144 105
Binary 11000001 1011111 11111111 11000 111111 0 0 100010101 1100100 1000101

Color Harmonies of #C15FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15FFF

Black with #C15FFF

Text Example


Text Example

White with #C15FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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