Html Css Color HEX #C46DDE Medium Orchid

📋 copy color: '#C46DDE'

red 196 ◦ green 109 ◦ blue 222

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

Shades of Medium Orchid #C46DDE

Tints of Medium Orchid #C46DDE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.68%

 BLUE value IS 222 (87.11% from 255) = 42.13%

R = 37.19%
G = 20.68%
B = 42.13%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C46DDE (or 0xC46DDE) is known color: Medium Orchid. HEX triplet: C4, 6D and DE. RGB value is (196,109,222). Sum of RGB (Red+Green+Blue) = 196+109+222=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 109 (42.97% from 255 or 20.68% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #C46DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46DDE is #3B9221. Grayscale: #939393. Windows color (decimal): -3904034 or 14577092. OLE color: 14577092.

HSL color Cylindrical-coordinate representation of color #C46DDE: hue angle of 286.19º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C46DDE is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 109 222 -
CMYK 0.12 0.51 0 0.13
HSL 286.19º 0.63% 0.65% -
HSV(B) 286.19º 0.51% 0.87% -
XYZ 41.42 27.95 72.32 -
YUV 147.9 169.82 162.31 -
System Red Green Blue C M Y K H S L
Decimal 196 109 222 0.12 0.51 0 0.13 286.19 0.63 0.65
Hex C4 6D DE C 33 0 D 11E 3F 41
Octal 304 155 336 14 63 0 15 436 77 101
Binary 11000100 1101101 11011110 1100 110011 0 1101 100011110 111111 1000001

Color Harmonies of #C46DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46DDE

Black with #C46DDE

Text Example


Text Example

White with #C46DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46DDE; }

 p { color: rgb(196,109,222); }

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

background-color css

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

 a { background-color: rgb(196,109,222); }

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

border-color css

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

 span { border-color: rgb(196,109,222); }

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