Html Css Color HEX #C26EE8 Medium Orchid

📋 copy color: '#C26EE8'

red 194 ◦ green 110 ◦ blue 232

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

Shades of Medium Orchid #C26EE8

Tints of Medium Orchid #C26EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.28%

R = 36.19%
G = 20.52%
B = 43.28%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C26EE8 (or 0xC26EE8) is known color: Medium Orchid. HEX triplet: C2, 6E and E8. RGB value is (194,110,232). Sum of RGB (Red+Green+Blue) = 194+110+232=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 110 (43.36% from 255 or 20.52% from 536); Blue value is 232 (91.02% from 255 or 43.28% from 536); Max value from RGB is 232 - color contains mainly: blue. Hex color #C26EE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26EE8 is #3D9117. Grayscale: #949494. Windows color (decimal): -4034840 or 15232706. OLE color: 15232706.

HSL color Cylindrical-coordinate representation of color #C26EE8: hue angle of 281.31º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C26EE8 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 110 232 -
CMYK 0.16 0.53 0 0.09
HSL 281.31º 0.73% 0.67% -
HSV(B) 281.31º 0.53% 0.91% -
XYZ 42.39 28.45 79.6 -
YUV 149.02 174.83 160.08 -
System Red Green Blue C M Y K H S L
Decimal 194 110 232 0.16 0.53 0 0.09 281.31 0.73 0.67
Hex C2 6E E8 10 35 0 9 119 49 43
Octal 302 156 350 20 65 0 11 431 111 103
Binary 11000010 1101110 11101000 10000 110101 0 1001 100011001 1001001 1000011

Color Harmonies of #C26EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26EE8

Black with #C26EE8

Text Example


Text Example

White with #C26EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26EE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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