Html Css Color HEX #C16BDD Medium Orchid

📋 copy color: '#C16BDD'

red 193 ◦ green 107 ◦ blue 221

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

Shades of Medium Orchid #C16BDD

Tints of Medium Orchid #C16BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.42%

R = 37.04%
G = 20.54%
B = 42.42%

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

#C16BDD (or 0xC16BDD) is known color: Medium Orchid. HEX triplet: C1, 6B and DD. RGB value is (193,107,221). Sum of RGB (Red+Green+Blue) = 193+107+221=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #C16BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16BDD is #3E9422. Grayscale: #919191. Windows color (decimal): -4101155 or 14511041. OLE color: 14511041.

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

Color convert

RGB 193 107 221 -
CMYK 0.13 0.52 0 0.13
HSL 285.26º 0.63% 0.64% -
HSV(B) 285.26º 0.52% 0.87% -
XYZ 40.3 27.07 71.51 -
YUV 145.71 170.49 161.73 -
System Red Green Blue C M Y K H S L
Decimal 193 107 221 0.13 0.52 0 0.13 285.26 0.63 0.64
Hex C1 6B DD D 34 0 D 11D 3F 40
Octal 301 153 335 15 64 0 15 435 77 100
Binary 11000001 1101011 11011101 1101 110100 0 1101 100011101 111111 1000000

Color Harmonies of #C16BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16BDD

Black with #C16BDD

Text Example


Text Example

White with #C16BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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