Html Css Color HEX #C26EDE Medium Orchid

📋 copy color: '#C26EDE'

red 194 ◦ green 110 ◦ blue 222

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

Shades of Medium Orchid #C26EDE

Tints of Medium Orchid #C26EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.21%

R = 36.88%
G = 20.91%
B = 42.21%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C26EDE (or 0xC26EDE) is known color: Medium Orchid. HEX triplet: C2, 6E and DE. RGB value is (194,110,222). Sum of RGB (Red+Green+Blue) = 194+110+222=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 110 (43.36% from 255 or 20.91% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #C26EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26EDE is #3D9121. Grayscale: #939393. Windows color (decimal): -4034850 or 14577346. OLE color: 14577346.

HSL color Cylindrical-coordinate representation of color #C26EDE: hue angle of 285º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C26EDE is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 110 222 -
CMYK 0.13 0.50 0 0.13
HSL 285º 0.63% 0.65% -
HSV(B) 285º 0.5% 0.87% -
XYZ 41.01 27.9 72.33 -
YUV 147.88 169.83 160.89 -
System Red Green Blue C M Y K H S L
Decimal 194 110 222 0.13 0.50 0 0.13 285 0.63 0.65
Hex C2 6E DE D 32 0 D 11D 3F 41
Octal 302 156 336 15 62 0 15 435 77 101
Binary 11000010 1101110 11011110 1101 110010 0 1101 100011101 111111 1000001

Color Harmonies of #C26EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26EDE

Black with #C26EDE

Text Example


Text Example

White with #C26EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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