Html Css Color HEX #C15BD8 Medium Orchid

📋 copy color: '#C15BD8'

red 193 ◦ green 91 ◦ blue 216

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

Shades of Medium Orchid #C15BD8

Tints of Medium Orchid #C15BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.2%

R = 38.6%
G = 18.2%
B = 43.2%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C15BD8 (or 0xC15BD8) is known color: Medium Orchid. HEX triplet: C1, 5B and D8. RGB value is (193,91,216). Sum of RGB (Red+Green+Blue) = 193+91+216=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 91 (35.94% from 255 or 18.2% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 216 - color contains mainly: blue. Hex color #C15BD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15BD8 is #3EA427. Grayscale: #878787. Windows color (decimal): -4105256 or 14179265. OLE color: 14179265.

HSL color Cylindrical-coordinate representation of color #C15BD8: hue angle of 288.96º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C15BD8 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 91 216 -
CMYK 0.11 0.58 0 0.15
HSL 288.96º 0.62% 0.6% -
HSV(B) 288.96º 0.58% 0.85% -
XYZ 38.13 23.78 67.55 -
YUV 135.75 173.29 168.84 -
System Red Green Blue C M Y K H S L
Decimal 193 91 216 0.11 0.58 0 0.15 288.96 0.62 0.6
Hex C1 5B D8 B 3A 0 F 121 3E 3C
Octal 301 133 330 13 72 0 17 441 76 74
Binary 11000001 1011011 11011000 1011 111010 0 1111 100100001 111110 111100

Color Harmonies of #C15BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15BD8

Black with #C15BD8

Text Example


Text Example

White with #C15BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15BD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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