Html Css Color HEX #C46CD5 Medium Orchid

📋 copy color: '#C46CD5'

red 196 ◦ green 108 ◦ blue 213

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

Shades of Medium Orchid #C46CD5

Tints of Medium Orchid #C46CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.2%

R = 37.91%
G = 20.89%
B = 41.2%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C46CD5 (or 0xC46CD5) is known color: Medium Orchid. HEX triplet: C4, 6C and D5. RGB value is (196,108,213). Sum of RGB (Red+Green+Blue) = 196+108+213=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 108 (42.58% from 255 or 20.89% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 213 - color contains mainly: blue. Hex color #C46CD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46CD5 is #3B932A. Grayscale: #919191. Windows color (decimal): -3904299 or 13987012. OLE color: 13987012.

HSL color Cylindrical-coordinate representation of color #C46CD5: hue angle of 290.29º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C46CD5 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 108 213 -
CMYK 0.08 0.49 0 0.16
HSL 290.29º 0.56% 0.63% -
HSV(B) 290.29º 0.49% 0.84% -
XYZ 40.14 27.26 66.1 -
YUV 146.28 165.65 163.46 -
System Red Green Blue C M Y K H S L
Decimal 196 108 213 0.08 0.49 0 0.16 290.29 0.56 0.63
Hex C4 6C D5 8 31 0 10 122 38 3F
Octal 304 154 325 10 61 0 20 442 70 77
Binary 11000100 1101100 11010101 1000 110001 0 10000 100100010 111000 111111

Color Harmonies of #C46CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46CD5

Black with #C46CD5

Text Example


Text Example

White with #C46CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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