Html Css Color HEX #C166CF Medium Orchid

📋 copy color: '#C166CF'

red 193 ◦ green 102 ◦ blue 207

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

Shades of Medium Orchid #C166CF

Tints of Medium Orchid #C166CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.24%

R = 38.45%
G = 20.32%
B = 41.24%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C166CF (or 0xC166CF) is known color: Medium Orchid. HEX triplet: C1, 66 and CF. RGB value is (193,102,207). Sum of RGB (Red+Green+Blue) = 193+102+207=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #C166CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C166CF is #3E9930. Grayscale: #8C8C8C. Windows color (decimal): -4102449 or 13592257. OLE color: 13592257.

HSL color Cylindrical-coordinate representation of color #C166CF: hue angle of 292º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C166CF is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 102 207 -
CMYK 0.07 0.51 0 0.19
HSL 292º 0.52% 0.61% -
HSV(B) 292º 0.51% 0.81% -
XYZ 38.01 25.35 61.92 -
YUV 141.18 165.15 164.96 -
System Red Green Blue C M Y K H S L
Decimal 193 102 207 0.07 0.51 0 0.19 292 0.52 0.61
Hex C1 66 CF 7 33 0 13 124 34 3D
Octal 301 146 317 7 63 0 23 444 64 75
Binary 11000001 1100110 11001111 111 110011 0 10011 100100100 110100 111101

Color Harmonies of #C166CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C166CF

Black with #C166CF

Text Example


Text Example

White with #C166CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C166CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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