Html Css Color HEX #C15ACE Medium Orchid

📋 copy color: '#C15ACE'

red 193 ◦ green 90 ◦ blue 206

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

Shades of Medium Orchid #C15ACE

Tints of Medium Orchid #C15ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.13%

R = 39.47%
G = 18.4%
B = 42.13%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C15ACE (or 0xC15ACE) is known color: Medium Orchid. HEX triplet: C1, 5A and CE. RGB value is (193,90,206). Sum of RGB (Red+Green+Blue) = 193+90+206=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 90 (35.55% from 255 or 18.40% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #C15ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15ACE is #3EA531. Grayscale: #858585. Windows color (decimal): -4105522 or 13523649. OLE color: 13523649.

HSL color Cylindrical-coordinate representation of color #C15ACE: hue angle of 293.28º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C15ACE is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 90 206 -
CMYK 0.06 0.56 0 0.19
HSL 293.28º 0.54% 0.58% -
HSV(B) 293.28º 0.56% 0.81% -
XYZ 36.79 23.11 60.91 -
YUV 134.02 168.62 170.07 -
System Red Green Blue C M Y K H S L
Decimal 193 90 206 0.06 0.56 0 0.19 293.28 0.54 0.58
Hex C1 5A CE 6 38 0 13 125 36 3A
Octal 301 132 316 6 70 0 23 445 66 72
Binary 11000001 1011010 11001110 110 111000 0 10011 100100101 110110 111010

Color Harmonies of #C15ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15ACE

Black with #C15ACE

Text Example


Text Example

White with #C15ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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