Html Css Color HEX #C15BEB Medium Orchid

📋 copy color: '#C15BEB'

red 193 ◦ green 91 ◦ blue 235

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

Shades of Medium Orchid #C15BEB

Tints of Medium Orchid #C15BEB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.53%

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

R = 37.19%
G = 17.53%
B = 45.28%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C15BEB (or 0xC15BEB) is known color: Medium Orchid. HEX triplet: C1, 5B and EB. RGB value is (193,91,235). Sum of RGB (Red+Green+Blue) = 193+91+235=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 91 (35.94% from 255 or 17.53% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #C15BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15BEB is #3EA414. Grayscale: #898989. Windows color (decimal): -4105237 or 15424449. OLE color: 15424449.

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

Color convert

RGB 193 91 235 -
CMYK 0.18 0.61 0 0.08
HSL 282.5º 0.78% 0.64% -
HSV(B) 282.5º 0.61% 0.92% -
XYZ 40.73 24.82 81.24 -
YUV 137.91 182.79 167.29 -
System Red Green Blue C M Y K H S L
Decimal 193 91 235 0.18 0.61 0 0.08 282.5 0.78 0.64
Hex C1 5B EB 12 3D 0 8 11A 4E 40
Octal 301 133 353 22 75 0 10 432 116 100
Binary 11000001 1011011 11101011 10010 111101 0 1000 100011010 1001110 1000000

Color Harmonies of #C15BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15BEB

Black with #C15BEB

Text Example


Text Example

White with #C15BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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