Html Css Color HEX #C15BED Medium Orchid

📋 copy color: '#C15BED'

red 193 ◦ green 91 ◦ blue 237

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

Shades of Medium Orchid #C15BED

Tints of Medium Orchid #C15BED

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.47%

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

R = 37.04%
G = 17.47%
B = 45.49%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C15BED (or 0xC15BED) is known color: Medium Orchid. HEX triplet: C1, 5B and ED. RGB value is (193,91,237). Sum of RGB (Red+Green+Blue) = 193+91+237=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 91 (35.94% from 255 or 17.47% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #C15BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15BED is #3EA412. Grayscale: #898989. Windows color (decimal): -4105235 or 15555521. OLE color: 15555521.

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

Color convert

RGB 193 91 237 -
CMYK 0.19 0.62 0 0.07
HSL 281.92º 0.8% 0.64% -
HSV(B) 281.92º 0.62% 0.93% -
XYZ 41.02 24.93 82.77 -
YUV 138.14 183.79 167.13 -
System Red Green Blue C M Y K H S L
Decimal 193 91 237 0.19 0.62 0 0.07 281.92 0.8 0.64
Hex C1 5B ED 13 3E 0 7 11A 50 40
Octal 301 133 355 23 76 0 7 432 120 100
Binary 11000001 1011011 11101101 10011 111110 0 111 100011010 1010000 1000000

Color Harmonies of #C15BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15BED

Black with #C15BED

Text Example


Text Example

White with #C15BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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