Html Css Color HEX #C15ECC Medium Orchid

📋 copy color: '#C15ECC'

red 193 ◦ green 94 ◦ blue 204

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

Shades of Medium Orchid #C15ECC

Tints of Medium Orchid #C15ECC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.14%

 BLUE value IS 204 (80.08% from 255) = 41.55%

R = 39.31%
G = 19.14%
B = 41.55%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C15ECC (or 0xC15ECC) is known color: Medium Orchid. HEX triplet: C1, 5E and CC. RGB value is (193,94,204). Sum of RGB (Red+Green+Blue) = 193+94+204=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #C15ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15ECC is #3EA133. Grayscale: #878787. Windows color (decimal): -4104500 or 13393601. OLE color: 13393601.

HSL color Cylindrical-coordinate representation of color #C15ECC: hue angle of 294º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C15ECC is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 94 204 -
CMYK 0.05 0.54 0 0.2
HSL 294º 0.52% 0.58% -
HSV(B) 294º 0.54% 0.8% -
XYZ 36.89 23.7 59.76 -
YUV 136.14 166.3 168.56 -
System Red Green Blue C M Y K H S L
Decimal 193 94 204 0.05 0.54 0 0.2 294 0.52 0.58
Hex C1 5E CC 5 36 0 14 126 34 3A
Octal 301 136 314 5 66 0 24 446 64 72
Binary 11000001 1011110 11001100 101 110110 0 10100 100100110 110100 111010

Color Harmonies of #C15ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15ECC

Black with #C15ECC

Text Example


Text Example

White with #C15ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15ECC; }

 p { color: rgb(193,94,204); }

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

background-color css

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

 a { background-color: rgb(193,94,204); }

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

border-color css

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

 span { border-color: rgb(193,94,204); }

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