Html Css Color HEX #C15FD1 Medium Orchid

📋 copy color: '#C15FD1'

red 193 ◦ green 95 ◦ blue 209

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

Shades of Medium Orchid #C15FD1

Tints of Medium Orchid #C15FD1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.11%

 BLUE value IS 209 (82.03% from 255) = 42.05%

R = 38.83%
G = 19.11%
B = 42.05%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C15FD1 (or 0xC15FD1) is known color: Medium Orchid. HEX triplet: C1, 5F and D1. RGB value is (193,95,209). Sum of RGB (Red+Green+Blue) = 193+95+209=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 95 (37.5% from 255 or 19.11% from 497); Blue value is 209 (82.03% from 255 or 42.05% from 497); Max value from RGB is 209 - color contains mainly: blue. Hex color #C15FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15FD1 is #3EA02E. Grayscale: #888888. Windows color (decimal): -4104239 or 13721537. OLE color: 13721537.

HSL color Cylindrical-coordinate representation of color #C15FD1: hue angle of 291.58º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C15FD1 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 95 209 -
CMYK 0.08 0.55 0 0.18
HSL 291.58º 0.55% 0.6% -
HSV(B) 291.58º 0.55% 0.82% -
XYZ 37.59 24.13 63 -
YUV 137.3 168.47 167.73 -
System Red Green Blue C M Y K H S L
Decimal 193 95 209 0.08 0.55 0 0.18 291.58 0.55 0.6
Hex C1 5F D1 8 37 0 12 124 37 3C
Octal 301 137 321 10 67 0 22 444 67 74
Binary 11000001 1011111 11010001 1000 110111 0 10010 100100100 110111 111100

Color Harmonies of #C15FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15FD1

Black with #C15FD1

Text Example


Text Example

White with #C15FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15FD1; }

 p { color: rgb(193,95,209); }

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

background-color css

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

 a { background-color: rgb(193,95,209); }

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

border-color css

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

 span { border-color: rgb(193,95,209); }

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