Html Css Color HEX #C46CE0 Medium Orchid

📋 copy color: '#C46CE0'

red 196 ◦ green 108 ◦ blue 224

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

Shades of Medium Orchid #C46CE0

Tints of Medium Orchid #C46CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.42%

R = 37.12%
G = 20.45%
B = 42.42%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C46CE0 (or 0xC46CE0) is known color: Medium Orchid. HEX triplet: C4, 6C and E0. RGB value is (196,108,224). Sum of RGB (Red+Green+Blue) = 196+108+224=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 108 (42.58% from 255 or 20.45% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 224 - color contains mainly: blue. Hex color #C46CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46CE0 is #3B931F. Grayscale: #939393. Windows color (decimal): -3904288 or 14707908. OLE color: 14707908.

HSL color Cylindrical-coordinate representation of color #C46CE0: hue angle of 285.52º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C46CE0 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 196 108 224 -
CMYK 0.12 0.52 0 0.12
HSL 285.52º 0.65% 0.65% -
HSV(B) 285.52º 0.52% 0.88% -
XYZ 41.58 27.84 73.7 -
YUV 147.54 171.15 162.57 -
System Red Green Blue C M Y K H S L
Decimal 196 108 224 0.12 0.52 0 0.12 285.52 0.65 0.65
Hex C4 6C E0 C 34 0 C 11E 41 41
Octal 304 154 340 14 64 0 14 436 101 101
Binary 11000100 1101100 11100000 1100 110100 0 1100 100011110 1000001 1000001

Color Harmonies of #C46CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46CE0

Black with #C46CE0

Text Example


Text Example

White with #C46CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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