Html Css Color HEX #C46FD6 Medium Orchid

📋 copy color: '#C46FD6'

red 196 ◦ green 111 ◦ blue 214

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

Shades of Medium Orchid #C46FD6

Tints of Medium Orchid #C46FD6

RGB

 RED value IS 196 (76.95% from 255) = 37.62%

 GREEN value IS 111 (43.75% from 255) = 21.31%

 BLUE value IS 214 (83.98% from 255) = 41.07%

R = 37.62%
G = 21.31%
B = 41.07%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C46FD6 (or 0xC46FD6) is known color: Medium Orchid. HEX triplet: C4, 6F and D6. RGB value is (196,111,214). Sum of RGB (Red+Green+Blue) = 196+111+214=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 214 - color contains mainly: blue. Hex color #C46FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46FD6 is #3B9029. Grayscale: #939393. Windows color (decimal): -3903530 or 14053316. OLE color: 14053316.

HSL color Cylindrical-coordinate representation of color #C46FD6: hue angle of 289.51º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C46FD6 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 111 214 -
CMYK 0.08 0.48 0 0.16
HSL 289.51º 0.56% 0.64% -
HSV(B) 289.51º 0.48% 0.84% -
XYZ 40.59 27.96 66.88 -
YUV 148.16 165.16 162.12 -
System Red Green Blue C M Y K H S L
Decimal 196 111 214 0.08 0.48 0 0.16 289.51 0.56 0.64
Hex C4 6F D6 8 30 0 10 122 38 40
Octal 304 157 326 10 60 0 20 442 70 100
Binary 11000100 1101111 11010110 1000 110000 0 10000 100100010 111000 1000000

Color Harmonies of #C46FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46FD6

Black with #C46FD6

Text Example


Text Example

White with #C46FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46FD6; }

 p { color: rgb(196,111,214); }

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

background-color css

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

 a { background-color: rgb(196,111,214); }

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

border-color css

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

 span { border-color: rgb(196,111,214); }

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