Html Css Color HEX #C15DCF Medium Orchid

📋 copy color: '#C15DCF'

red 193 ◦ green 93 ◦ blue 207

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

Shades of Medium Orchid #C15DCF

Tints of Medium Orchid #C15DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.99%

R = 39.15%
G = 18.86%
B = 41.99%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C15DCF (or 0xC15DCF) is known color: Medium Orchid. HEX triplet: C1, 5D and CF. RGB value is (193,93,207). Sum of RGB (Red+Green+Blue) = 193+93+207=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #C15DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15DCF is #3EA230. Grayscale: #878787. Windows color (decimal): -4104753 or 13589953. OLE color: 13589953.

HSL color Cylindrical-coordinate representation of color #C15DCF: hue angle of 292.63º 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 #C15DCF is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 93 207 -
CMYK 0.07 0.55 0 0.19
HSL 292.63º 0.54% 0.59% -
HSV(B) 292.63º 0.55% 0.81% -
XYZ 37.17 23.67 61.64 -
YUV 135.9 168.13 168.73 -
System Red Green Blue C M Y K H S L
Decimal 193 93 207 0.07 0.55 0 0.19 292.63 0.54 0.59
Hex C1 5D CF 7 37 0 13 125 36 3B
Octal 301 135 317 7 67 0 23 445 66 73
Binary 11000001 1011101 11001111 111 110111 0 10011 100100101 110110 111011

Color Harmonies of #C15DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15DCF

Black with #C15DCF

Text Example


Text Example

White with #C15DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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