Html Css Color HEX #C15EDE Medium Orchid

📋 copy color: '#C15EDE'

red 193 ◦ green 94 ◦ blue 222

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

Shades of Medium Orchid #C15EDE

Tints of Medium Orchid #C15EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.61%

R = 37.92%
G = 18.47%
B = 43.61%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C15EDE (or 0xC15EDE) is known color: Medium Orchid. HEX triplet: C1, 5E and DE. RGB value is (193,94,222). Sum of RGB (Red+Green+Blue) = 193+94+222=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #C15EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15EDE is #3EA121. Grayscale: #898989. Windows color (decimal): -4104482 or 14573249. OLE color: 14573249.

HSL color Cylindrical-coordinate representation of color #C15EDE: hue angle of 286.41º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C15EDE is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 94 222 -
CMYK 0.13 0.58 0 0.13
HSL 286.41º 0.66% 0.62% -
HSV(B) 286.41º 0.58% 0.87% -
XYZ 39.18 24.62 71.79 -
YUV 138.19 175.3 167.09 -
System Red Green Blue C M Y K H S L
Decimal 193 94 222 0.13 0.58 0 0.13 286.41 0.66 0.62
Hex C1 5E DE D 3A 0 D 11E 42 3E
Octal 301 136 336 15 72 0 15 436 102 76
Binary 11000001 1011110 11011110 1101 111010 0 1101 100011110 1000010 111110

Color Harmonies of #C15EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15EDE

Black with #C15EDE

Text Example


Text Example

White with #C15EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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