Html Css Color HEX #C15BDB Medium Orchid

📋 copy color: '#C15BDB'

red 193 ◦ green 91 ◦ blue 219

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

Shades of Medium Orchid #C15BDB

Tints of Medium Orchid #C15BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.54%

R = 38.37%
G = 18.09%
B = 43.54%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C15BDB (or 0xC15BDB) is known color: Medium Orchid. HEX triplet: C1, 5B and DB. RGB value is (193,91,219). Sum of RGB (Red+Green+Blue) = 193+91+219=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 91 (35.94% from 255 or 18.09% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #C15BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15BDB is #3EA424. Grayscale: #878787. Windows color (decimal): -4105253 or 14375873. OLE color: 14375873.

HSL color Cylindrical-coordinate representation of color #C15BDB: hue angle of 287.81º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C15BDB is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 91 219 -
CMYK 0.12 0.58 0 0.14
HSL 287.81º 0.64% 0.61% -
HSV(B) 287.81º 0.58% 0.86% -
XYZ 38.52 23.93 69.61 -
YUV 136.09 174.79 168.59 -
System Red Green Blue C M Y K H S L
Decimal 193 91 219 0.12 0.58 0 0.14 287.81 0.64 0.61
Hex C1 5B DB C 3A 0 E 120 40 3D
Octal 301 133 333 14 72 0 16 440 100 75
Binary 11000001 1011011 11011011 1100 111010 0 1110 100100000 1000000 111101

Color Harmonies of #C15BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15BDB

Black with #C15BDB

Text Example


Text Example

White with #C15BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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