Html Css Color HEX #C46BDA Medium Orchid

📋 copy color: '#C46BDA'

red 196 ◦ green 107 ◦ blue 218

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

Shades of Medium Orchid #C46BDA

Tints of Medium Orchid #C46BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.84%

R = 37.62%
G = 20.54%
B = 41.84%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C46BDA (or 0xC46BDA) is known color: Medium Orchid. HEX triplet: C4, 6B and DA. RGB value is (196,107,218). Sum of RGB (Red+Green+Blue) = 196+107+218=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #C46BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46BDA is #3B9425. Grayscale: #919191. Windows color (decimal): -3904550 or 14314436. OLE color: 14314436.

HSL color Cylindrical-coordinate representation of color #C46BDA: hue angle of 288.11º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C46BDA is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 107 218 -
CMYK 0.10 0.51 0 0.15
HSL 288.11º 0.6% 0.64% -
HSV(B) 288.11º 0.51% 0.85% -
XYZ 40.68 27.31 69.46 -
YUV 146.27 168.49 163.47 -
System Red Green Blue C M Y K H S L
Decimal 196 107 218 0.10 0.51 0 0.15 288.11 0.6 0.64
Hex C4 6B DA A 33 0 F 120 3C 40
Octal 304 153 332 12 63 0 17 440 74 100
Binary 11000100 1101011 11011010 1010 110011 0 1111 100100000 111100 1000000

Color Harmonies of #C46BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46BDA

Black with #C46BDA

Text Example


Text Example

White with #C46BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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