Html Css Color HEX #C15ECF Medium Orchid

📋 copy color: '#C15ECF'

red 193 ◦ green 94 ◦ blue 207

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

Shades of Medium Orchid #C15ECF

Tints of Medium Orchid #C15ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.9%

R = 39.07%
G = 19.03%
B = 41.9%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C15ECF (or 0xC15ECF) is known color: Medium Orchid. HEX triplet: C1, 5E and CF. RGB value is (193,94,207). Sum of RGB (Red+Green+Blue) = 193+94+207=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 94 (37.11% from 255 or 19.03% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #C15ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15ECF is #3EA130. Grayscale: #888888. Windows color (decimal): -4104497 or 13590209. OLE color: 13590209.

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

Color convert

RGB 193 94 207 -
CMYK 0.07 0.55 0 0.19
HSL 292.57º 0.54% 0.59% -
HSV(B) 292.57º 0.55% 0.81% -
XYZ 37.26 23.85 61.67 -
YUV 136.48 167.8 168.31 -
System Red Green Blue C M Y K H S L
Decimal 193 94 207 0.07 0.55 0 0.19 292.57 0.54 0.59
Hex C1 5E CF 7 37 0 13 125 36 3B
Octal 301 136 317 7 67 0 23 445 66 73
Binary 11000001 1011110 11001111 111 110111 0 10011 100100101 110110 111011

Color Harmonies of #C15ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15ECF

Black with #C15ECF

Text Example


Text Example

White with #C15ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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