Html Css Color HEX #C15EEB Medium Orchid

📋 copy color: '#C15EEB'

red 193 ◦ green 94 ◦ blue 235

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

Shades of Medium Orchid #C15EEB

Tints of Medium Orchid #C15EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.02%

R = 36.97%
G = 18.01%
B = 45.02%

CMYK

 C value IS 0.18

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C15EEB (or 0xC15EEB) is known color: Medium Orchid. HEX triplet: C1, 5E and EB. RGB value is (193,94,235). Sum of RGB (Red+Green+Blue) = 193+94+235=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 94 (37.11% from 255 or 18.01% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #C15EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15EEB is #3EA114. Grayscale: #8B8B8B. Windows color (decimal): -4104469 or 15425217. OLE color: 15425217.

HSL color Cylindrical-coordinate representation of color #C15EEB: hue angle of 282.13º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C15EEB is Cyan = 0.18, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 94 235 -
CMYK 0.18 0.6 0 0.08
HSL 282.13º 0.78% 0.65% -
HSV(B) 282.13º 0.6% 0.92% -
XYZ 40.99 25.34 81.33 -
YUV 139.68 181.8 166.04 -
System Red Green Blue C M Y K H S L
Decimal 193 94 235 0.18 0.6 0 0.08 282.13 0.78 0.65
Hex C1 5E EB 12 3C 0 8 11A 4E 41
Octal 301 136 353 22 74 0 10 432 116 101
Binary 11000001 1011110 11101011 10010 111100 0 1000 100011010 1001110 1000001

Color Harmonies of #C15EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15EEB

Black with #C15EEB

Text Example


Text Example

White with #C15EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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