Html Css Color HEX #C15EF6 Medium Orchid

📋 copy color: '#C15EF6'

red 193 ◦ green 94 ◦ blue 246

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

Shades of Medium Orchid #C15EF6

Tints of Medium Orchid #C15EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.15%

R = 36.21%
G = 17.64%
B = 46.15%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C15EF6 (or 0xC15EF6) is known color: Medium Orchid. HEX triplet: C1, 5E and F6. RGB value is (193,94,246). Sum of RGB (Red+Green+Blue) = 193+94+246=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 94 (37.11% from 255 or 17.64% from 533); Blue value is 246 (96.48% from 255 or 46.15% from 533); Max value from RGB is 246 - color contains mainly: blue. Hex color #C15EF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15EF6 is #3EA109. Grayscale: #8C8C8C. Windows color (decimal): -4104458 or 16146113. OLE color: 16146113.

HSL color Cylindrical-coordinate representation of color #C15EF6: hue angle of 279.08º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C15EF6 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 193 94 246 -
CMYK 0.22 0.62 0 0.04
HSL 279.08º 0.89% 0.67% -
HSV(B) 279.08º 0.62% 0.96% -
XYZ 42.63 26 89.96 -
YUV 140.93 187.3 165.14 -
System Red Green Blue C M Y K H S L
Decimal 193 94 246 0.22 0.62 0 0.04 279.08 0.89 0.67
Hex C1 5E F6 16 3E 0 4 117 59 43
Octal 301 136 366 26 76 0 4 427 131 103
Binary 11000001 1011110 11110110 10110 111110 0 100 100010111 1011001 1000011

Color Harmonies of #C15EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15EF6

Black with #C15EF6

Text Example


Text Example

White with #C15EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15EF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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