Html Css Color HEX #C16ECC Medium Orchid

📋 copy color: '#C16ECC'

red 193 ◦ green 110 ◦ blue 204

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

Shades of Medium Orchid #C16ECC

Tints of Medium Orchid #C16ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.24%

R = 38.07%
G = 21.7%
B = 40.24%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C16ECC (or 0xC16ECC) is known color: Medium Orchid. HEX triplet: C1, 6E and CC. RGB value is (193,110,204). Sum of RGB (Red+Green+Blue) = 193+110+204=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #C16ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16ECC is #3E9133. Grayscale: #919191. Windows color (decimal): -4100404 or 13397697. OLE color: 13397697.

HSL color Cylindrical-coordinate representation of color #C16ECC: hue angle of 292.98º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C16ECC is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 110 204 -
CMYK 0.05 0.46 0 0.2
HSL 292.98º 0.48% 0.62% -
HSV(B) 292.98º 0.46% 0.8% -
XYZ 38.47 26.85 60.28 -
YUV 145.53 161 161.86 -
System Red Green Blue C M Y K H S L
Decimal 193 110 204 0.05 0.46 0 0.2 292.98 0.48 0.62
Hex C1 6E CC 5 2E 0 14 125 30 3E
Octal 301 156 314 5 56 0 24 445 60 76
Binary 11000001 1101110 11001100 101 101110 0 10100 100100101 110000 111110

Color Harmonies of #C16ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16ECC

Black with #C16ECC

Text Example


Text Example

White with #C16ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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