Html Css Color HEX #C15EFA Heliotrope

📋 copy color: '#C15EFA'

red 193 ◦ green 94 ◦ blue 250

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

Shades of Heliotrope #C15EFA

Tints of Heliotrope #C15EFA

RGB

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

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

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

R = 35.94%
G = 17.5%
B = 46.55%

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

#C15EFA (or 0xC15EFA) is known color: Heliotrope. HEX triplet: C1, 5E and FA. RGB value is (193,94,250). Sum of RGB (Red+Green+Blue) = 193+94+250=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 94 (37.11% from 255 or 17.50% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #C15EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15EFA is #3EA105. Grayscale: #8C8C8C. Windows color (decimal): -4104454 or 16408257. OLE color: 16408257.

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

Color convert

RGB 193 94 250 -
CMYK 0.23 0.62 0 0.02
HSL 278.08º 0.94% 0.67% -
HSV(B) 278.08º 0.62% 0.98% -
XYZ 43.25 26.24 93.23 -
YUV 141.39 189.3 164.82 -
System Red Green Blue C M Y K H S L
Decimal 193 94 250 0.23 0.62 0 0.02 278.08 0.94 0.67
Hex C1 5E FA 17 3E 0 2 116 5E 43
Octal 301 136 372 27 76 0 2 426 136 103
Binary 11000001 1011110 11111010 10111 111110 0 10 100010110 1011110 1000011

Color Harmonies of #C15EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15EFA

Black with #C15EFA

Text Example


Text Example

White with #C15EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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