Html Css Color HEX #C15AD9 Medium Orchid

📋 copy color: '#C15AD9'

red 193 ◦ green 90 ◦ blue 217

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

Shades of Medium Orchid #C15AD9

Tints of Medium Orchid #C15AD9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18%

 BLUE value IS 217 (85.16% from 255) = 43.4%

R = 38.6%
G = 18%
B = 43.4%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C15AD9 (or 0xC15AD9) is known color: Medium Orchid. HEX triplet: C1, 5A and D9. RGB value is (193,90,217). Sum of RGB (Red+Green+Blue) = 193+90+217=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 90 (35.55% from 255 or 18% from 500); Blue value is 217 (85.16% from 255 or 43.4% from 500); Max value from RGB is 217 - color contains mainly: blue. Hex color #C15AD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15AD9 is #3EA526. Grayscale: #868686. Windows color (decimal): -4105511 or 14244545. OLE color: 14244545.

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

Color convert

RGB 193 90 217 -
CMYK 0.11 0.59 0 0.15
HSL 288.66º 0.63% 0.6% -
HSV(B) 288.66º 0.59% 0.85% -
XYZ 38.17 23.66 68.2 -
YUV 135.28 174.12 169.17 -
System Red Green Blue C M Y K H S L
Decimal 193 90 217 0.11 0.59 0 0.15 288.66 0.63 0.6
Hex C1 5A D9 B 3B 0 F 121 3F 3C
Octal 301 132 331 13 73 0 17 441 77 74
Binary 11000001 1011010 11011001 1011 111011 0 1111 100100001 111111 111100

Color Harmonies of #C15AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15AD9

Black with #C15AD9

Text Example


Text Example

White with #C15AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15AD9; }

 p { color: rgb(193,90,217); }

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

background-color css

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

 a { background-color: rgb(193,90,217); }

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

border-color css

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

 span { border-color: rgb(193,90,217); }

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