Html Css Color HEX #C26EDA Medium Orchid

📋 copy color: '#C26EDA'

red 194 ◦ green 110 ◦ blue 218

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

Shades of Medium Orchid #C26EDA

Tints of Medium Orchid #C26EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.76%

R = 37.16%
G = 21.07%
B = 41.76%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C26EDA (or 0xC26EDA) is known color: Medium Orchid. HEX triplet: C2, 6E and DA. RGB value is (194,110,218). Sum of RGB (Red+Green+Blue) = 194+110+218=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #C26EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26EDA is #3D9125. Grayscale: #939393. Windows color (decimal): -4034854 or 14315202. OLE color: 14315202.

HSL color Cylindrical-coordinate representation of color #C26EDA: hue angle of 286.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C26EDA is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 110 218 -
CMYK 0.11 0.50 0 0.15
HSL 286.67º 0.59% 0.64% -
HSV(B) 286.67º 0.5% 0.85% -
XYZ 40.48 27.68 69.54 -
YUV 147.43 167.83 161.22 -
System Red Green Blue C M Y K H S L
Decimal 194 110 218 0.11 0.50 0 0.15 286.67 0.59 0.64
Hex C2 6E DA B 32 0 F 11F 3B 40
Octal 302 156 332 13 62 0 17 437 73 100
Binary 11000010 1101110 11011010 1011 110010 0 1111 100011111 111011 1000000

Color Harmonies of #C26EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26EDA

Black with #C26EDA

Text Example


Text Example

White with #C26EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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