Html Css Color HEX #C15EED Medium Orchid

📋 copy color: '#C15EED'

red 193 ◦ green 94 ◦ blue 237

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

Shades of Medium Orchid #C15EED

Tints of Medium Orchid #C15EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.23%

R = 36.83%
G = 17.94%
B = 45.23%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C15EED (or 0xC15EED) is known color: Medium Orchid. HEX triplet: C1, 5E and ED. RGB value is (193,94,237). Sum of RGB (Red+Green+Blue) = 193+94+237=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 94 (37.11% from 255 or 17.94% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #C15EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15EED is #3EA112. Grayscale: #8B8B8B. Windows color (decimal): -4104467 or 15556289. OLE color: 15556289.

HSL color Cylindrical-coordinate representation of color #C15EED: hue angle of 281.54º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C15EED is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 94 237 -
CMYK 0.19 0.60 0 0.07
HSL 281.54º 0.8% 0.65% -
HSV(B) 281.54º 0.6% 0.93% -
XYZ 41.28 25.46 82.86 -
YUV 139.9 182.8 165.87 -
System Red Green Blue C M Y K H S L
Decimal 193 94 237 0.19 0.60 0 0.07 281.54 0.8 0.65
Hex C1 5E ED 13 3C 0 7 11A 50 41
Octal 301 136 355 23 74 0 7 432 120 101
Binary 11000001 1011110 11101101 10011 111100 0 111 100011010 1010000 1000001

Color Harmonies of #C15EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15EED

Black with #C15EED

Text Example


Text Example

White with #C15EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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