Html Css Color HEX #C15BCF Medium Orchid

📋 copy color: '#C15BCF'

red 193 ◦ green 91 ◦ blue 207

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

Shades of Medium Orchid #C15BCF

Tints of Medium Orchid #C15BCF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.53%

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

R = 39.31%
G = 18.53%
B = 42.16%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C15BCF (or 0xC15BCF) is known color: Medium Orchid. HEX triplet: C1, 5B and CF. RGB value is (193,91,207). Sum of RGB (Red+Green+Blue) = 193+91+207=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 91 (35.94% from 255 or 18.53% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #C15BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15BCF is #3EA430. Grayscale: #868686. Windows color (decimal): -4105265 or 13589441. OLE color: 13589441.

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

Color convert

RGB 193 91 207 -
CMYK 0.07 0.56 0 0.19
HSL 292.76º 0.55% 0.58% -
HSV(B) 292.76º 0.56% 0.81% -
XYZ 37 23.32 61.58 -
YUV 134.72 168.79 169.57 -
System Red Green Blue C M Y K H S L
Decimal 193 91 207 0.07 0.56 0 0.19 292.76 0.55 0.58
Hex C1 5B CF 7 38 0 13 125 37 3A
Octal 301 133 317 7 70 0 23 445 67 72
Binary 11000001 1011011 11001111 111 111000 0 10011 100100101 110111 111010

Color Harmonies of #C15BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15BCF

Black with #C15BCF

Text Example


Text Example

White with #C15BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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