Html Css Color HEX #C15DCE Medium Orchid

📋 copy color: '#C15DCE'

red 193 ◦ green 93 ◦ blue 206

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

Shades of Medium Orchid #C15DCE

Tints of Medium Orchid #C15DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.87%

R = 39.23%
G = 18.9%
B = 41.87%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C15DCE (or 0xC15DCE) is known color: Medium Orchid. HEX triplet: C1, 5D and CE. RGB value is (193,93,206). Sum of RGB (Red+Green+Blue) = 193+93+206=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #C15DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15DCE is #3EA231. Grayscale: #878787. Windows color (decimal): -4104754 or 13524417. OLE color: 13524417.

HSL color Cylindrical-coordinate representation of color #C15DCE: hue angle of 293.1º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C15DCE is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 93 206 -
CMYK 0.06 0.55 0 0.19
HSL 293.1º 0.54% 0.59% -
HSV(B) 293.1º 0.55% 0.81% -
XYZ 37.05 23.62 61 -
YUV 135.78 167.63 168.81 -
System Red Green Blue C M Y K H S L
Decimal 193 93 206 0.06 0.55 0 0.19 293.1 0.54 0.59
Hex C1 5D CE 6 37 0 13 125 36 3B
Octal 301 135 316 6 67 0 23 445 66 73
Binary 11000001 1011101 11001110 110 110111 0 10011 100100101 110110 111011

Color Harmonies of #C15DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15DCE

Black with #C15DCE

Text Example


Text Example

White with #C15DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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