Html Css Color HEX #C46EDE Medium Orchid

📋 copy color: '#C46EDE'

red 196 ◦ green 110 ◦ blue 222

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

Shades of Medium Orchid #C46EDE

Tints of Medium Orchid #C46EDE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.83%

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

R = 37.12%
G = 20.83%
B = 42.05%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C46EDE (or 0xC46EDE) is known color: Medium Orchid. HEX triplet: C4, 6E and DE. RGB value is (196,110,222). Sum of RGB (Red+Green+Blue) = 196+110+222=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 110 (43.36% from 255 or 20.83% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #C46EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46EDE is #3B9121. Grayscale: #949494. Windows color (decimal): -3903778 or 14577348. OLE color: 14577348.

HSL color Cylindrical-coordinate representation of color #C46EDE: hue angle of 286.07º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C46EDE is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 110 222 -
CMYK 0.12 0.50 0 0.13
HSL 286.07º 0.63% 0.65% -
HSV(B) 286.07º 0.5% 0.87% -
XYZ 41.53 28.16 72.35 -
YUV 148.48 169.49 161.89 -
System Red Green Blue C M Y K H S L
Decimal 196 110 222 0.12 0.50 0 0.13 286.07 0.63 0.65
Hex C4 6E DE C 32 0 D 11E 3F 41
Octal 304 156 336 14 62 0 15 436 77 101
Binary 11000100 1101110 11011110 1100 110010 0 1101 100011110 111111 1000001

Color Harmonies of #C46EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46EDE

Black with #C46EDE

Text Example


Text Example

White with #C46EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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