Html Css Color HEX #C16BDF Medium Orchid

📋 copy color: '#C16BDF'

red 193 ◦ green 107 ◦ blue 223

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

Shades of Medium Orchid #C16BDF

Tints of Medium Orchid #C16BDF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.46%

 BLUE value IS 223 (87.5% from 255) = 42.64%

R = 36.9%
G = 20.46%
B = 42.64%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C16BDF (or 0xC16BDF) is known color: Medium Orchid. HEX triplet: C1, 6B and DF. RGB value is (193,107,223). Sum of RGB (Red+Green+Blue) = 193+107+223=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 107 (42.19% from 255 or 20.46% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #C16BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16BDF is #3E9420. Grayscale: #919191. Windows color (decimal): -4101153 or 14642113. OLE color: 14642113.

HSL color Cylindrical-coordinate representation of color #C16BDF: hue angle of 284.48º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C16BDF is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 107 223 -
CMYK 0.13 0.52 0 0.13
HSL 284.48º 0.64% 0.65% -
HSV(B) 284.48º 0.52% 0.87% -
XYZ 40.57 27.18 72.92 -
YUV 145.94 171.49 161.57 -
System Red Green Blue C M Y K H S L
Decimal 193 107 223 0.13 0.52 0 0.13 284.48 0.64 0.65
Hex C1 6B DF D 34 0 D 11C 40 41
Octal 301 153 337 15 64 0 15 434 100 101
Binary 11000001 1101011 11011111 1101 110100 0 1101 100011100 1000000 1000001

Color Harmonies of #C16BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16BDF

Black with #C16BDF

Text Example


Text Example

White with #C16BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16BDF; }

 p { color: rgb(193,107,223); }

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

background-color css

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

 a { background-color: rgb(193,107,223); }

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

border-color css

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

 span { border-color: rgb(193,107,223); }

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