Html Css Color HEX #C26EDD Medium Orchid

📋 copy color: '#C26EDD'

red 194 ◦ green 110 ◦ blue 221

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

Shades of Medium Orchid #C26EDD

Tints of Medium Orchid #C26EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.1%

R = 36.95%
G = 20.95%
B = 42.1%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C26EDD (or 0xC26EDD) is known color: Medium Orchid. HEX triplet: C2, 6E and DD. RGB value is (194,110,221). Sum of RGB (Red+Green+Blue) = 194+110+221=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #C26EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26EDD is #3D9122. Grayscale: #939393. Windows color (decimal): -4034851 or 14511810. OLE color: 14511810.

HSL color Cylindrical-coordinate representation of color #C26EDD: hue angle of 285.41º degrees, saturation: 0.62, 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 #C26EDD is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 110 221 -
CMYK 0.12 0.50 0 0.13
HSL 285.41º 0.62% 0.65% -
HSV(B) 285.41º 0.5% 0.87% -
XYZ 40.88 27.84 71.63 -
YUV 147.77 169.33 160.97 -
System Red Green Blue C M Y K H S L
Decimal 194 110 221 0.12 0.50 0 0.13 285.41 0.62 0.65
Hex C2 6E DD C 32 0 D 11D 3E 41
Octal 302 156 335 14 62 0 15 435 76 101
Binary 11000010 1101110 11011101 1100 110010 0 1101 100011101 111110 1000001

Color Harmonies of #C26EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26EDD

Black with #C26EDD

Text Example


Text Example

White with #C26EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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