Html Css Color HEX #C26DEB Medium Orchid

📋 copy color: '#C26DEB'

red 194 ◦ green 109 ◦ blue 235

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

Shades of Medium Orchid #C26DEB

Tints of Medium Orchid #C26DEB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.26%

 BLUE value IS 235 (92.19% from 255) = 43.68%

R = 36.06%
G = 20.26%
B = 43.68%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C26DEB (or 0xC26DEB) is known color: Medium Orchid. HEX triplet: C2, 6D and EB. RGB value is (194,109,235). Sum of RGB (Red+Green+Blue) = 194+109+235=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 109 (42.97% from 255 or 20.26% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #C26DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26DEB is #3D9214. Grayscale: #949494. Windows color (decimal): -4035093 or 15429058. OLE color: 15429058.

HSL color Cylindrical-coordinate representation of color #C26DEB: hue angle of 280.48º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C26DEB is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 109 235 -
CMYK 0.17 0.54 0 0.08
HSL 280.48º 0.76% 0.67% -
HSV(B) 280.48º 0.54% 0.92% -
XYZ 42.71 28.4 81.83 -
YUV 148.78 176.66 160.25 -
System Red Green Blue C M Y K H S L
Decimal 194 109 235 0.17 0.54 0 0.08 280.48 0.76 0.67
Hex C2 6D EB 11 36 0 8 118 4C 43
Octal 302 155 353 21 66 0 10 430 114 103
Binary 11000010 1101101 11101011 10001 110110 0 1000 100011000 1001100 1000011

Color Harmonies of #C26DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26DEB

Black with #C26DEB

Text Example


Text Example

White with #C26DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26DEB; }

 p { color: rgb(194,109,235); }

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

background-color css

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

 a { background-color: rgb(194,109,235); }

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

border-color css

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

 span { border-color: rgb(194,109,235); }

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