Html Css Color HEX #C46BDD Medium Orchid

📋 copy color: '#C46BDD'

red 196 ◦ green 107 ◦ blue 221

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

Shades of Medium Orchid #C46BDD

Tints of Medium Orchid #C46BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.18%

R = 37.4%
G = 20.42%
B = 42.18%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C46BDD (or 0xC46BDD) is known color: Medium Orchid. HEX triplet: C4, 6B and DD. RGB value is (196,107,221). Sum of RGB (Red+Green+Blue) = 196+107+221=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 107 (42.19% from 255 or 20.42% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #C46BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46BDD is #3B9422. Grayscale: #929292. Windows color (decimal): -3904547 or 14511044. OLE color: 14511044.

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

Color convert

RGB 196 107 221 -
CMYK 0.11 0.52 0 0.13
HSL 286.84º 0.63% 0.64% -
HSV(B) 286.84º 0.52% 0.87% -
XYZ 41.07 27.47 71.54 -
YUV 146.61 169.99 163.23 -
System Red Green Blue C M Y K H S L
Decimal 196 107 221 0.11 0.52 0 0.13 286.84 0.63 0.64
Hex C4 6B DD B 34 0 D 11F 3F 40
Octal 304 153 335 13 64 0 15 437 77 100
Binary 11000100 1101011 11011101 1011 110100 0 1101 100011111 111111 1000000

Color Harmonies of #C46BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46BDD

Black with #C46BDD

Text Example


Text Example

White with #C46BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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