Html Css Color HEX #C166E6 Medium Orchid

📋 copy color: '#C166E6'

red 193 ◦ green 102 ◦ blue 230

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

Shades of Medium Orchid #C166E6

Tints of Medium Orchid #C166E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.81%

R = 36.76%
G = 19.43%
B = 43.81%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C166E6 (or 0xC166E6) is known color: Medium Orchid. HEX triplet: C1, 66 and E6. RGB value is (193,102,230). Sum of RGB (Red+Green+Blue) = 193+102+230=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 102 (40.23% from 255 or 19.43% from 525); Blue value is 230 (90.23% from 255 or 43.81% from 525); Max value from RGB is 230 - color contains mainly: blue. Hex color #C166E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C166E6 is #3E9919. Grayscale: #8F8F8F. Windows color (decimal): -4102426 or 15099585. OLE color: 15099585.

HSL color Cylindrical-coordinate representation of color #C166E6: hue angle of 282.66º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C166E6 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 193 102 230 -
CMYK 0.16 0.56 0 0.10
HSL 282.66º 0.72% 0.65% -
HSV(B) 282.66º 0.56% 0.9% -
XYZ 41.03 26.55 77.83 -
YUV 143.8 176.65 163.09 -
System Red Green Blue C M Y K H S L
Decimal 193 102 230 0.16 0.56 0 0.10 282.66 0.72 0.65
Hex C1 66 E6 10 38 0 A 11B 48 41
Octal 301 146 346 20 70 0 12 433 110 101
Binary 11000001 1100110 11100110 10000 111000 0 1010 100011011 1001000 1000001

Color Harmonies of #C166E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C166E6

Black with #C166E6

Text Example


Text Example

White with #C166E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C166E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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