Html Css Color HEX #C15DCD Medium Orchid

📋 copy color: '#C15DCD'

red 193 ◦ green 93 ◦ blue 205

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

Shades of Medium Orchid #C15DCD

Tints of Medium Orchid #C15DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.75%

R = 39.31%
G = 18.94%
B = 41.75%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C15DCD (or 0xC15DCD) is known color: Medium Orchid. HEX triplet: C1, 5D and CD. RGB value is (193,93,205). Sum of RGB (Red+Green+Blue) = 193+93+205=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #C15DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15DCD is #3EA232. Grayscale: #878787. Windows color (decimal): -4104755 or 13458881. OLE color: 13458881.

HSL color Cylindrical-coordinate representation of color #C15DCD: hue angle of 293.57º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C15DCD is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 93 205 -
CMYK 0.06 0.55 0 0.20
HSL 293.57º 0.53% 0.58% -
HSV(B) 293.57º 0.55% 0.8% -
XYZ 36.93 23.57 60.36 -
YUV 135.67 167.13 168.89 -
System Red Green Blue C M Y K H S L
Decimal 193 93 205 0.06 0.55 0 0.20 293.57 0.53 0.58
Hex C1 5D CD 6 37 0 14 126 35 3A
Octal 301 135 315 6 67 0 24 446 65 72
Binary 11000001 1011101 11001101 110 110111 0 10100 100100110 110101 111010

Color Harmonies of #C15DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15DCD

Black with #C15DCD

Text Example


Text Example

White with #C15DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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