Html Css Color HEX #C26EE1 Medium Orchid

📋 copy color: '#C26EE1'

red 194 ◦ green 110 ◦ blue 225

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

Shades of Medium Orchid #C26EE1

Tints of Medium Orchid #C26EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.53%

R = 36.67%
G = 20.79%
B = 42.53%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C26EE1 (or 0xC26EE1) is known color: Medium Orchid. HEX triplet: C2, 6E and E1. RGB value is (194,110,225). Sum of RGB (Red+Green+Blue) = 194+110+225=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 110 (43.36% from 255 or 20.79% from 529); Blue value is 225 (88.28% from 255 or 42.53% from 529); Max value from RGB is 225 - color contains mainly: blue. Hex color #C26EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26EE1 is #3D911E. Grayscale: #939393. Windows color (decimal): -4034847 or 14773954. OLE color: 14773954.

HSL color Cylindrical-coordinate representation of color #C26EE1: hue angle of 283.83º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C26EE1 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 110 225 -
CMYK 0.14 0.51 0 0.12
HSL 283.83º 0.66% 0.66% -
HSV(B) 283.83º 0.51% 0.88% -
XYZ 41.41 28.06 74.47 -
YUV 148.23 171.33 160.65 -
System Red Green Blue C M Y K H S L
Decimal 194 110 225 0.14 0.51 0 0.12 283.83 0.66 0.66
Hex C2 6E E1 E 33 0 C 11C 42 42
Octal 302 156 341 16 63 0 14 434 102 102
Binary 11000010 1101110 11100001 1110 110011 0 1100 100011100 1000010 1000010

Color Harmonies of #C26EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26EE1

Black with #C26EE1

Text Example


Text Example

White with #C26EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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