Html Css Color HEX #C456EE Medium Orchid

📋 copy color: '#C456EE'

red 196 ◦ green 86 ◦ blue 238

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

Shades of Medium Orchid #C456EE

Tints of Medium Orchid #C456EE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.54%

 BLUE value IS 238 (93.36% from 255) = 45.77%

R = 37.69%
G = 16.54%
B = 45.77%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C456EE (or 0xC456EE) is known color: Medium Orchid. HEX triplet: C4, 56 and EE. RGB value is (196,86,238). Sum of RGB (Red+Green+Blue) = 196+86+238=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 86 (33.98% from 255 or 16.54% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #C456EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C456EE is #3BA911. Grayscale: #878787. Windows color (decimal): -3909906 or 15619780. OLE color: 15619780.

HSL color Cylindrical-coordinate representation of color #C456EE: hue angle of 283.42º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C456EE is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 86 238 -
CMYK 0.18 0.64 0 0.07
HSL 283.42º 0.82% 0.64% -
HSV(B) 283.42º 0.64% 0.93% -
XYZ 41.53 24.56 83.44 -
YUV 136.22 185.44 170.64 -
System Red Green Blue C M Y K H S L
Decimal 196 86 238 0.18 0.64 0 0.07 283.42 0.82 0.64
Hex C4 56 EE 12 40 0 7 11B 52 40
Octal 304 126 356 22 100 0 7 433 122 100
Binary 11000100 1010110 11101110 10010 1000000 0 111 100011011 1010010 1000000

Color Harmonies of #C456EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C456EE

Black with #C456EE

Text Example


Text Example

White with #C456EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C456EE; }

 p { color: rgb(196,86,238); }

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

background-color css

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

 a { background-color: rgb(196,86,238); }

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

border-color css

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

 span { border-color: rgb(196,86,238); }

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