Html Css Color HEX #C15DEB Medium Orchid

📋 copy color: '#C15DEB'

red 193 ◦ green 93 ◦ blue 235

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

Shades of Medium Orchid #C15DEB

Tints of Medium Orchid #C15DEB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.85%

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

R = 37.04%
G = 17.85%
B = 45.11%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C15DEB (or 0xC15DEB) is known color: Medium Orchid. HEX triplet: C1, 5D and EB. RGB value is (193,93,235). Sum of RGB (Red+Green+Blue) = 193+93+235=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 93 (36.72% from 255 or 17.85% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #C15DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15DEB is #3EA214. Grayscale: #8A8A8A. Windows color (decimal): -4104725 or 15424961. OLE color: 15424961.

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

Color convert

RGB 193 93 235 -
CMYK 0.18 0.60 0 0.08
HSL 282.25º 0.78% 0.64% -
HSV(B) 282.25º 0.6% 0.92% -
XYZ 40.9 25.16 81.3 -
YUV 139.09 182.13 166.45 -
System Red Green Blue C M Y K H S L
Decimal 193 93 235 0.18 0.60 0 0.08 282.25 0.78 0.64
Hex C1 5D EB 12 3C 0 8 11A 4E 40
Octal 301 135 353 22 74 0 10 432 116 100
Binary 11000001 1011101 11101011 10010 111100 0 1000 100011010 1001110 1000000

Color Harmonies of #C15DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15DEB

Black with #C15DEB

Text Example


Text Example

White with #C15DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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