Html Css Color HEX #C26ED9 Medium Orchid

📋 copy color: '#C26ED9'

red 194 ◦ green 110 ◦ blue 217

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

Shades of Medium Orchid #C26ED9

Tints of Medium Orchid #C26ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.65%

R = 37.24%
G = 21.11%
B = 41.65%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C26ED9 (or 0xC26ED9) is known color: Medium Orchid. HEX triplet: C2, 6E and D9. RGB value is (194,110,217). Sum of RGB (Red+Green+Blue) = 194+110+217=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 217 - color contains mainly: blue. Hex color #C26ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26ED9 is #3D9126. Grayscale: #929292. Windows color (decimal): -4034855 or 14249666. OLE color: 14249666.

HSL color Cylindrical-coordinate representation of color #C26ED9: hue angle of 287.1º 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 #C26ED9 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 110 217 -
CMYK 0.11 0.49 0 0.15
HSL 287.1º 0.58% 0.64% -
HSV(B) 287.1º 0.49% 0.85% -
XYZ 40.35 27.63 68.85 -
YUV 147.31 167.33 161.3 -
System Red Green Blue C M Y K H S L
Decimal 194 110 217 0.11 0.49 0 0.15 287.1 0.58 0.64
Hex C2 6E D9 B 31 0 F 11F 3A 40
Octal 302 156 331 13 61 0 17 437 72 100
Binary 11000010 1101110 11011001 1011 110001 0 1111 100011111 111010 1000000

Color Harmonies of #C26ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26ED9

Black with #C26ED9

Text Example


Text Example

White with #C26ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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