Html Css Color HEX #C15EFC Heliotrope

📋 copy color: '#C15EFC'

red 193 ◦ green 94 ◦ blue 252

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

Shades of Heliotrope #C15EFC

Tints of Heliotrope #C15EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.75%

R = 35.81%
G = 17.44%
B = 46.75%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C15EFC (or 0xC15EFC) is known color: Heliotrope. HEX triplet: C1, 5E and FC. RGB value is (193,94,252). Sum of RGB (Red+Green+Blue) = 193+94+252=539 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.81% from 539); Green value is 94 (37.11% from 255 or 17.44% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #C15EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15EFC is #3EA103. Grayscale: #8D8D8D. Windows color (decimal): -4104452 or 16539329. OLE color: 16539329.

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

Color convert

RGB 193 94 252 -
CMYK 0.23 0.63 0 0.01
HSL 277.59º 0.96% 0.68% -
HSV(B) 277.59º 0.63% 0.99% -
XYZ 43.57 26.37 94.89 -
YUV 141.61 190.3 164.65 -
System Red Green Blue C M Y K H S L
Decimal 193 94 252 0.23 0.63 0 0.01 277.59 0.96 0.68
Hex C1 5E FC 17 3F 0 1 116 60 44
Octal 301 136 374 27 77 0 1 426 140 104
Binary 11000001 1011110 11111100 10111 111111 0 1 100010110 1100000 1000100

Color Harmonies of #C15EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15EFC

Black with #C15EFC

Text Example


Text Example

White with #C15EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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