Html Css Color HEX #C166CD Medium Orchid

📋 copy color: '#C166CD'

red 193 ◦ green 102 ◦ blue 205

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

Shades of Medium Orchid #C166CD

Tints of Medium Orchid #C166CD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.4%

 BLUE value IS 205 (80.47% from 255) = 41%

R = 38.6%
G = 20.4%
B = 41%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C166CD (or 0xC166CD) is known color: Medium Orchid. HEX triplet: C1, 66 and CD. RGB value is (193,102,205). Sum of RGB (Red+Green+Blue) = 193+102+205=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 102 (40.23% from 255 or 20.4% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #C166CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C166CD is #3E9932. Grayscale: #8C8C8C. Windows color (decimal): -4102451 or 13461185. OLE color: 13461185.

HSL color Cylindrical-coordinate representation of color #C166CD: hue angle of 293.01º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C166CD is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 102 205 -
CMYK 0.06 0.50 0 0.20
HSL 293.01º 0.51% 0.6% -
HSV(B) 293.01º 0.5% 0.8% -
XYZ 37.76 25.25 60.64 -
YUV 140.95 164.15 165.12 -
System Red Green Blue C M Y K H S L
Decimal 193 102 205 0.06 0.50 0 0.20 293.01 0.51 0.6
Hex C1 66 CD 6 32 0 14 125 33 3C
Octal 301 146 315 6 62 0 24 445 63 74
Binary 11000001 1100110 11001101 110 110010 0 10100 100100101 110011 111100

Color Harmonies of #C166CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C166CD

Black with #C166CD

Text Example


Text Example

White with #C166CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C166CD; }

 p { color: rgb(193,102,205); }

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

background-color css

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

 a { background-color: rgb(193,102,205); }

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

border-color css

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

 span { border-color: rgb(193,102,205); }

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