Html Css Color HEX #C15EFE Heliotrope

📋 copy color: '#C15EFE'

red 193 ◦ green 94 ◦ blue 254

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

Shades of Heliotrope #C15EFE

Tints of Heliotrope #C15EFE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.38%

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

R = 35.67%
G = 17.38%
B = 46.95%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C15EFE (or 0xC15EFE) is known color: Heliotrope. HEX triplet: C1, 5E and FE. RGB value is (193,94,254). Sum of RGB (Red+Green+Blue) = 193+94+254=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 94 (37.11% from 255 or 17.38% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #C15EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15EFE is #3EA101. Grayscale: #8D8D8D. Windows color (decimal): -4104450 or 16670401. OLE color: 16670401.

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

Color convert

RGB 193 94 254 -
CMYK 0.24 0.63 0 0.00
HSL 277.13º 0.99% 0.68% -
HSV(B) 277.13º 0.63% 1% -
XYZ 43.88 26.5 96.57 -
YUV 141.84 191.3 164.49 -
System Red Green Blue C M Y K H S L
Decimal 193 94 254 0.24 0.63 0 0.00 277.13 0.99 0.68
Hex C1 5E FE 18 3F 0 0 115 63 44
Octal 301 136 376 30 77 0 0 425 143 104
Binary 11000001 1011110 11111110 11000 111111 0 0 100010101 1100011 1000100

Color Harmonies of #C15EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15EFE

Black with #C15EFE

Text Example


Text Example

White with #C15EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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