Html Css Color HEX #C16CDA Medium Orchid

📋 copy color: '#C16CDA'

red 193 ◦ green 108 ◦ blue 218

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

Shades of Medium Orchid #C16CDA

Tints of Medium Orchid #C16CDA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.81%

 BLUE value IS 218 (85.55% from 255) = 42%

R = 37.19%
G = 20.81%
B = 42%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C16CDA (or 0xC16CDA) is known color: Medium Orchid. HEX triplet: C1, 6C and DA. RGB value is (193,108,218). Sum of RGB (Red+Green+Blue) = 193+108+218=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 108 (42.58% from 255 or 20.81% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #C16CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16CDA is #3E9325. Grayscale: #919191. Windows color (decimal): -4100902 or 14314689. OLE color: 14314689.

HSL color Cylindrical-coordinate representation of color #C16CDA: hue angle of 286.36º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C16CDA is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 108 218 -
CMYK 0.11 0.50 0 0.15
HSL 286.36º 0.6% 0.64% -
HSV(B) 286.36º 0.5% 0.85% -
XYZ 40.01 27.12 69.46 -
YUV 145.96 168.66 161.56 -
System Red Green Blue C M Y K H S L
Decimal 193 108 218 0.11 0.50 0 0.15 286.36 0.6 0.64
Hex C1 6C DA B 32 0 F 11E 3C 40
Octal 301 154 332 13 62 0 17 436 74 100
Binary 11000001 1101100 11011010 1011 110010 0 1111 100011110 111100 1000000

Color Harmonies of #C16CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16CDA

Black with #C16CDA

Text Example


Text Example

White with #C16CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16CDA; }

 p { color: rgb(193,108,218); }

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

background-color css

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

 a { background-color: rgb(193,108,218); }

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

border-color css

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

 span { border-color: rgb(193,108,218); }

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