Html Css Color HEX #C166EA Medium Orchid

📋 copy color: '#C166EA'

red 193 ◦ green 102 ◦ blue 234

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

Shades of Medium Orchid #C166EA

Tints of Medium Orchid #C166EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.23%

R = 36.48%
G = 19.28%
B = 44.23%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C166EA (or 0xC166EA) is known color: Medium Orchid. HEX triplet: C1, 66 and EA. RGB value is (193,102,234). Sum of RGB (Red+Green+Blue) = 193+102+234=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #C166EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C166EA is #3E9915. Grayscale: #8F8F8F. Windows color (decimal): -4102422 or 15361729. OLE color: 15361729.

HSL color Cylindrical-coordinate representation of color #C166EA: hue angle of 281.36º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C166EA is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 102 234 -
CMYK 0.18 0.56 0 0.08
HSL 281.36º 0.76% 0.66% -
HSV(B) 281.36º 0.56% 0.92% -
XYZ 41.59 26.78 80.82 -
YUV 144.26 178.65 162.77 -
System Red Green Blue C M Y K H S L
Decimal 193 102 234 0.18 0.56 0 0.08 281.36 0.76 0.66
Hex C1 66 EA 12 38 0 8 119 4C 42
Octal 301 146 352 22 70 0 10 431 114 102
Binary 11000001 1100110 11101010 10010 111000 0 1000 100011001 1001100 1000010

Color Harmonies of #C166EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C166EA

Black with #C166EA

Text Example


Text Example

White with #C166EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C166EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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