Html Css Color HEX #C46CE8 Medium Orchid

📋 copy color: '#C46CE8'

red 196 ◦ green 108 ◦ blue 232

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

Shades of Medium Orchid #C46CE8

Tints of Medium Orchid #C46CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.28%

R = 36.57%
G = 20.15%
B = 43.28%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C46CE8 (or 0xC46CE8) is known color: Medium Orchid. HEX triplet: C4, 6C and E8. RGB value is (196,108,232). Sum of RGB (Red+Green+Blue) = 196+108+232=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 108 (42.58% from 255 or 20.15% from 536); Blue value is 232 (91.02% from 255 or 43.28% from 536); Max value from RGB is 232 - color contains mainly: blue. Hex color #C46CE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46CE8 is #3B9317. Grayscale: #949494. Windows color (decimal): -3904280 or 15232196. OLE color: 15232196.

HSL color Cylindrical-coordinate representation of color #C46CE8: hue angle of 282.58º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C46CE8 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 196 108 232 -
CMYK 0.16 0.53 0 0.09
HSL 282.58º 0.73% 0.67% -
HSV(B) 282.58º 0.53% 0.91% -
XYZ 42.69 28.29 79.55 -
YUV 148.45 175.15 161.92 -
System Red Green Blue C M Y K H S L
Decimal 196 108 232 0.16 0.53 0 0.09 282.58 0.73 0.67
Hex C4 6C E8 10 35 0 9 11B 49 43
Octal 304 154 350 20 65 0 11 433 111 103
Binary 11000100 1101100 11101000 10000 110101 0 1001 100011011 1001001 1000011

Color Harmonies of #C46CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46CE8

Black with #C46CE8

Text Example


Text Example

White with #C46CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46CE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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