Html Css Color HEX #C146CE Medium Orchid

📋 copy color: '#C146CE'

red 193 ◦ green 70 ◦ blue 206

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

Shades of Medium Orchid #C146CE

Tints of Medium Orchid #C146CE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.93%

 BLUE value IS 206 (80.86% from 255) = 43.92%

R = 41.15%
G = 14.93%
B = 43.92%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C146CE (or 0xC146CE) is known color: Medium Orchid. HEX triplet: C1, 46 and CE. RGB value is (193,70,206). Sum of RGB (Red+Green+Blue) = 193+70+206=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 70 (27.73% from 255 or 14.93% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #C146CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C146CE is #3EB931. Grayscale: #797979. Windows color (decimal): -4110642 or 13518529. OLE color: 13518529.

HSL color Cylindrical-coordinate representation of color #C146CE: hue angle of 294.26º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C146CE is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 70 206 -
CMYK 0.06 0.66 0 0.19
HSL 294.26º 0.58% 0.54% -
HSV(B) 294.26º 0.66% 0.81% -
XYZ 35.32 20.17 60.42 -
YUV 122.28 175.25 178.44 -
System Red Green Blue C M Y K H S L
Decimal 193 70 206 0.06 0.66 0 0.19 294.26 0.58 0.54
Hex C1 46 CE 6 42 0 13 126 3A 36
Octal 301 106 316 6 102 0 23 446 72 66
Binary 11000001 1000110 11001110 110 1000010 0 10011 100100110 111010 110110

Color Harmonies of #C146CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C146CE

Black with #C146CE

Text Example


Text Example

White with #C146CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C146CE; }

 p { color: rgb(193,70,206); }

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

background-color css

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

 a { background-color: rgb(193,70,206); }

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

border-color css

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

 span { border-color: rgb(193,70,206); }

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