Html Css Color HEX #C46ADE Medium Orchid

📋 copy color: '#C46ADE'

red 196 ◦ green 106 ◦ blue 222

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

Shades of Medium Orchid #C46ADE

Tints of Medium Orchid #C46ADE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.23%

 BLUE value IS 222 (87.11% from 255) = 42.37%

R = 37.4%
G = 20.23%
B = 42.37%

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

#C46ADE (or 0xC46ADE) is known color: Medium Orchid. HEX triplet: C4, 6A and DE. RGB value is (196,106,222). Sum of RGB (Red+Green+Blue) = 196+106+222=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 106 (41.80% from 255 or 20.23% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #C46ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46ADE is #3B9521. Grayscale: #919191. Windows color (decimal): -3904802 or 14576324. OLE color: 14576324.

HSL color Cylindrical-coordinate representation of color #C46ADE: hue angle of 286.55º degrees, saturation: 0.64, 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 #C46ADE is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 106 222 -
CMYK 0.12 0.52 0 0.13
HSL 286.55º 0.64% 0.64% -
HSV(B) 286.55º 0.52% 0.87% -
XYZ 41.1 27.32 72.21 -
YUV 146.13 170.82 163.57 -
System Red Green Blue C M Y K H S L
Decimal 196 106 222 0.12 0.52 0 0.13 286.55 0.64 0.64
Hex C4 6A DE C 34 0 D 11F 40 40
Octal 304 152 336 14 64 0 15 437 100 100
Binary 11000100 1101010 11011110 1100 110100 0 1101 100011111 1000000 1000000

Color Harmonies of #C46ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46ADE

Black with #C46ADE

Text Example


Text Example

White with #C46ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46ADE; }

 p { color: rgb(196,106,222); }

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

background-color css

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

 a { background-color: rgb(196,106,222); }

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

border-color css

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

 span { border-color: rgb(196,106,222); }

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