Html Css Color HEX #C46FE8 Medium Orchid

📋 copy color: '#C46FE8'

red 196 ◦ green 111 ◦ blue 232

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

Shades of Medium Orchid #C46FE8

Tints of Medium Orchid #C46FE8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.59%

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

R = 36.36%
G = 20.59%
B = 43.04%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C46FE8 (or 0xC46FE8) is known color: Medium Orchid. HEX triplet: C4, 6F and E8. RGB value is (196,111,232). Sum of RGB (Red+Green+Blue) = 196+111+232=539 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.36% from 539); Green value is 111 (43.75% from 255 or 20.59% from 539); Blue value is 232 (91.02% from 255 or 43.04% from 539); Max value from RGB is 232 - color contains mainly: blue. Hex color #C46FE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46FE8 is #3B9017. Grayscale: #959595. Windows color (decimal): -3903512 or 15232964. OLE color: 15232964.

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

Color convert

RGB 196 111 232 -
CMYK 0.16 0.52 0 0.09
HSL 282.15º 0.72% 0.67% -
HSV(B) 282.15º 0.52% 0.91% -
XYZ 43.01 28.93 79.66 -
YUV 150.21 174.16 160.66 -
System Red Green Blue C M Y K H S L
Decimal 196 111 232 0.16 0.52 0 0.09 282.15 0.72 0.67
Hex C4 6F E8 10 34 0 9 11A 48 43
Octal 304 157 350 20 64 0 11 432 110 103
Binary 11000100 1101111 11101000 10000 110100 0 1001 100011010 1001000 1000011

Color Harmonies of #C46FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46FE8

Black with #C46FE8

Text Example


Text Example

White with #C46FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46FE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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