Html Css Color HEX #C16FDA Medium Orchid

📋 copy color: '#C16FDA'

red 193 ◦ green 111 ◦ blue 218

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

Shades of Medium Orchid #C16FDA

Tints of Medium Orchid #C16FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.26%

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

R = 36.97%
G = 21.26%
B = 41.76%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C16FDA (or 0xC16FDA) is known color: Medium Orchid. HEX triplet: C1, 6F and DA. RGB value is (193,111,218). Sum of RGB (Red+Green+Blue) = 193+111+218=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #C16FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16FDA is #3E9025. Grayscale: #939393. Windows color (decimal): -4100134 or 14315457. OLE color: 14315457.

HSL color Cylindrical-coordinate representation of color #C16FDA: hue angle of 285.98º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C16FDA is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 111 218 -
CMYK 0.11 0.49 0 0.15
HSL 285.98º 0.59% 0.65% -
HSV(B) 285.98º 0.49% 0.85% -
XYZ 40.33 27.77 69.56 -
YUV 147.72 167.67 160.3 -
System Red Green Blue C M Y K H S L
Decimal 193 111 218 0.11 0.49 0 0.15 285.98 0.59 0.65
Hex C1 6F DA B 31 0 F 11E 3B 41
Octal 301 157 332 13 61 0 17 436 73 101
Binary 11000001 1101111 11011010 1011 110001 0 1111 100011110 111011 1000001

Color Harmonies of #C16FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16FDA

Black with #C16FDA

Text Example


Text Example

White with #C16FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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