Html Css Color HEX #C15DD0 Medium Orchid

📋 copy color: '#C15DD0'

red 193 ◦ green 93 ◦ blue 208

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

Shades of Medium Orchid #C15DD0

Tints of Medium Orchid #C15DD0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.83%

 BLUE value IS 208 (81.64% from 255) = 42.11%

R = 39.07%
G = 18.83%
B = 42.11%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C15DD0 (or 0xC15DD0) is known color: Medium Orchid. HEX triplet: C1, 5D and D0. RGB value is (193,93,208). Sum of RGB (Red+Green+Blue) = 193+93+208=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #C15DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15DD0 is #3EA22F. Grayscale: #878787. Windows color (decimal): -4104752 or 13655489. OLE color: 13655489.

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

Color convert

RGB 193 93 208 -
CMYK 0.07 0.55 0 0.18
HSL 292.17º 0.55% 0.59% -
HSV(B) 292.17º 0.55% 0.82% -
XYZ 37.29 23.72 62.29 -
YUV 136.01 168.63 168.65 -
System Red Green Blue C M Y K H S L
Decimal 193 93 208 0.07 0.55 0 0.18 292.17 0.55 0.59
Hex C1 5D D0 7 37 0 12 124 37 3B
Octal 301 135 320 7 67 0 22 444 67 73
Binary 11000001 1011101 11010000 111 110111 0 10010 100100100 110111 111011

Color Harmonies of #C15DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15DD0

Black with #C15DD0

Text Example


Text Example

White with #C15DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15DD0; }

 p { color: rgb(193,93,208); }

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

background-color css

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

 a { background-color: rgb(193,93,208); }

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

border-color css

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

 span { border-color: rgb(193,93,208); }

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