Html Css Color HEX #C46CDA Medium Orchid

📋 copy color: '#C46CDA'

red 196 ◦ green 108 ◦ blue 218

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

Shades of Medium Orchid #C46CDA

Tints of Medium Orchid #C46CDA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.69%

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

R = 37.55%
G = 20.69%
B = 41.76%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C46CDA (or 0xC46CDA) is known color: Medium Orchid. HEX triplet: C4, 6C and DA. RGB value is (196,108,218). Sum of RGB (Red+Green+Blue) = 196+108+218=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 108 (42.58% from 255 or 20.69% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #C46CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46CDA is #3B9325. Grayscale: #929292. Windows color (decimal): -3904294 or 14314692. OLE color: 14314692.

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

Color convert

RGB 196 108 218 -
CMYK 0.10 0.50 0 0.15
HSL 288º 0.6% 0.64% -
HSV(B) 288º 0.5% 0.85% -
XYZ 40.78 27.52 69.49 -
YUV 146.85 168.15 163.06 -
System Red Green Blue C M Y K H S L
Decimal 196 108 218 0.10 0.50 0 0.15 288 0.6 0.64
Hex C4 6C DA A 32 0 F 120 3C 40
Octal 304 154 332 12 62 0 17 440 74 100
Binary 11000100 1101100 11011010 1010 110010 0 1111 100100000 111100 1000000

Color Harmonies of #C46CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46CDA

Black with #C46CDA

Text Example


Text Example

White with #C46CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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