Html Css Color HEX #C15BDF Medium Orchid

📋 copy color: '#C15BDF'

red 193 ◦ green 91 ◦ blue 223

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

Shades of Medium Orchid #C15BDF

Tints of Medium Orchid #C15BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.98%

R = 38.07%
G = 17.95%
B = 43.98%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C15BDF (or 0xC15BDF) is known color: Medium Orchid. HEX triplet: C1, 5B and DF. RGB value is (193,91,223). Sum of RGB (Red+Green+Blue) = 193+91+223=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 91 (35.94% from 255 or 17.95% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #C15BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15BDF is #3EA420. Grayscale: #888888. Windows color (decimal): -4105249 or 14638017. OLE color: 14638017.

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

Color convert

RGB 193 91 223 -
CMYK 0.13 0.59 0 0.13
HSL 286.36º 0.67% 0.62% -
HSV(B) 286.36º 0.59% 0.87% -
XYZ 39.05 24.15 72.41 -
YUV 136.55 176.79 168.27 -
System Red Green Blue C M Y K H S L
Decimal 193 91 223 0.13 0.59 0 0.13 286.36 0.67 0.62
Hex C1 5B DF D 3B 0 D 11E 43 3E
Octal 301 133 337 15 73 0 15 436 103 76
Binary 11000001 1011011 11011111 1101 111011 0 1101 100011110 1000011 111110

Color Harmonies of #C15BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15BDF

Black with #C15BDF

Text Example


Text Example

White with #C15BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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