Html Css Color HEX #C46AEA Medium Orchid

📋 copy color: '#C46AEA'

red 196 ◦ green 106 ◦ blue 234

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

Shades of Medium Orchid #C46AEA

Tints of Medium Orchid #C46AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.66%

R = 36.57%
G = 19.78%
B = 43.66%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C46AEA (or 0xC46AEA) is known color: Medium Orchid. HEX triplet: C4, 6A and EA. RGB value is (196,106,234). Sum of RGB (Red+Green+Blue) = 196+106+234=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 106 (41.80% from 255 or 19.78% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #C46AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46AEA is #3B9515. Grayscale: #939393. Windows color (decimal): -3904790 or 15362756. OLE color: 15362756.

HSL color Cylindrical-coordinate representation of color #C46AEA: hue angle of 282.19º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C46AEA is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 106 234 -
CMYK 0.16 0.55 0 0.08
HSL 282.19º 0.75% 0.67% -
HSV(B) 282.19º 0.55% 0.92% -
XYZ 42.77 27.98 80.99 -
YUV 147.5 176.82 162.59 -
System Red Green Blue C M Y K H S L
Decimal 196 106 234 0.16 0.55 0 0.08 282.19 0.75 0.67
Hex C4 6A EA 10 37 0 8 11A 4B 43
Octal 304 152 352 20 67 0 10 432 113 103
Binary 11000100 1101010 11101010 10000 110111 0 1000 100011010 1001011 1000011

Color Harmonies of #C46AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46AEA

Black with #C46AEA

Text Example


Text Example

White with #C46AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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