Html Css Color HEX #C26ED8 Medium Orchid

📋 copy color: '#C26ED8'

red 194 ◦ green 110 ◦ blue 216

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

Shades of Medium Orchid #C26ED8

Tints of Medium Orchid #C26ED8

RGB

 RED value IS 194 (76.17% from 255) = 37.31%

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

 BLUE value IS 216 (84.77% from 255) = 41.54%

R = 37.31%
G = 21.15%
B = 41.54%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C26ED8 (or 0xC26ED8) is known color: Medium Orchid. HEX triplet: C2, 6E and D8. RGB value is (194,110,216). Sum of RGB (Red+Green+Blue) = 194+110+216=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 216 (84.77% from 255 or 41.54% from 520); Max value from RGB is 216 - color contains mainly: blue. Hex color #C26ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26ED8 is #3D9127. Grayscale: #929292. Windows color (decimal): -4034856 or 14184130. OLE color: 14184130.

HSL color Cylindrical-coordinate representation of color #C26ED8: hue angle of 287.55º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C26ED8 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 110 216 -
CMYK 0.10 0.49 0 0.15
HSL 287.55º 0.58% 0.64% -
HSV(B) 287.55º 0.49% 0.85% -
XYZ 40.22 27.58 68.17 -
YUV 147.2 166.83 161.38 -
System Red Green Blue C M Y K H S L
Decimal 194 110 216 0.10 0.49 0 0.15 287.55 0.58 0.64
Hex C2 6E D8 A 31 0 F 120 3A 40
Octal 302 156 330 12 61 0 17 440 72 100
Binary 11000010 1101110 11011000 1010 110001 0 1111 100100000 111010 1000000

Color Harmonies of #C26ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26ED8

Black with #C26ED8

Text Example


Text Example

White with #C26ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26ED8; }

 p { color: rgb(194,110,216); }

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

background-color css

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

 a { background-color: rgb(194,110,216); }

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

border-color css

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

 span { border-color: rgb(194,110,216); }

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