Html Css Color HEX #C46BDF Medium Orchid

📋 copy color: '#C46BDF'

red 196 ◦ green 107 ◦ blue 223

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

Shades of Medium Orchid #C46BDF

Tints of Medium Orchid #C46BDF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.34%

 BLUE value IS 223 (87.5% from 255) = 42.4%

R = 37.26%
G = 20.34%
B = 42.4%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C46BDF (or 0xC46BDF) is known color: Medium Orchid. HEX triplet: C4, 6B and DF. RGB value is (196,107,223). Sum of RGB (Red+Green+Blue) = 196+107+223=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 107 (42.19% from 255 or 20.34% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #C46BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46BDF is #3B9420. Grayscale: #929292. Windows color (decimal): -3904545 or 14642116. OLE color: 14642116.

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

Color convert

RGB 196 107 223 -
CMYK 0.12 0.52 0 0.13
HSL 286.03º 0.64% 0.65% -
HSV(B) 286.03º 0.52% 0.87% -
XYZ 41.34 27.58 72.96 -
YUV 146.84 170.99 163.07 -
System Red Green Blue C M Y K H S L
Decimal 196 107 223 0.12 0.52 0 0.13 286.03 0.64 0.65
Hex C4 6B DF C 34 0 D 11E 40 41
Octal 304 153 337 14 64 0 15 436 100 101
Binary 11000100 1101011 11011111 1100 110100 0 1101 100011110 1000000 1000001

Color Harmonies of #C46BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46BDF

Black with #C46BDF

Text Example


Text Example

White with #C46BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46BDF; }

 p { color: rgb(196,107,223); }

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

background-color css

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

 a { background-color: rgb(196,107,223); }

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

border-color css

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

 span { border-color: rgb(196,107,223); }

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