Html Css Color HEX #C16ECF Medium Orchid

📋 copy color: '#C16ECF'

red 193 ◦ green 110 ◦ blue 207

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

Shades of Medium Orchid #C16ECF

Tints of Medium Orchid #C16ECF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.57%

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

R = 37.84%
G = 21.57%
B = 40.59%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C16ECF (or 0xC16ECF) is known color: Medium Orchid. HEX triplet: C1, 6E and CF. RGB value is (193,110,207). Sum of RGB (Red+Green+Blue) = 193+110+207=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 110 (43.36% from 255 or 21.57% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #C16ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16ECF is #3E9130. Grayscale: #919191. Windows color (decimal): -4100401 or 13594305. OLE color: 13594305.

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

Color convert

RGB 193 110 207 -
CMYK 0.07 0.47 0 0.19
HSL 291.34º 0.5% 0.62% -
HSV(B) 291.34º 0.47% 0.81% -
XYZ 38.83 26.99 62.2 -
YUV 145.88 162.5 161.61 -
System Red Green Blue C M Y K H S L
Decimal 193 110 207 0.07 0.47 0 0.19 291.34 0.5 0.62
Hex C1 6E CF 7 2F 0 13 123 32 3E
Octal 301 156 317 7 57 0 23 443 62 76
Binary 11000001 1101110 11001111 111 101111 0 10011 100100011 110010 111110

Color Harmonies of #C16ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16ECF

Black with #C16ECF

Text Example


Text Example

White with #C16ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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