Html Css Color HEX #C166CC Medium Orchid

📋 copy color: '#C166CC'

red 193 ◦ green 102 ◦ blue 204

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

Shades of Medium Orchid #C166CC

Tints of Medium Orchid #C166CC

RGB

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

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

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

R = 38.68%
G = 20.44%
B = 40.88%

CMYK

 C value IS 0.05

 M value IS 0.5

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C166CC (or 0xC166CC) is known color: Medium Orchid. HEX triplet: C1, 66 and CC. RGB value is (193,102,204). Sum of RGB (Red+Green+Blue) = 193+102+204=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #C166CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C166CC is #3E9933. Grayscale: #8C8C8C. Windows color (decimal): -4102452 or 13395649. OLE color: 13395649.

HSL color Cylindrical-coordinate representation of color #C166CC: hue angle of 293.53º degrees, saturation: 0.5, 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 #C166CC is Cyan = 0.05, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 102 204 -
CMYK 0.05 0.5 0 0.2
HSL 293.53º 0.5% 0.6% -
HSV(B) 293.53º 0.5% 0.8% -
XYZ 37.64 25.2 60.01 -
YUV 140.84 163.65 165.21 -
System Red Green Blue C M Y K H S L
Decimal 193 102 204 0.05 0.5 0 0.2 293.53 0.5 0.6
Hex C1 66 CC 5 32 0 14 126 32 3C
Octal 301 146 314 5 62 0 24 446 62 74
Binary 11000001 1100110 11001100 101 110010 0 10100 100100110 110010 111100

Color Harmonies of #C166CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C166CC

Black with #C166CC

Text Example


Text Example

White with #C166CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C166CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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