Html Css Color HEX #C26ED2 Medium Orchid

📋 copy color: '#C26ED2'

red 194 ◦ green 110 ◦ blue 210

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

Shades of Medium Orchid #C26ED2

Tints of Medium Orchid #C26ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.86%

R = 37.74%
G = 21.4%
B = 40.86%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C26ED2 (or 0xC26ED2) is known color: Medium Orchid. HEX triplet: C2, 6E and D2. RGB value is (194,110,210). Sum of RGB (Red+Green+Blue) = 194+110+210=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 210 (82.42% from 255 or 40.86% from 514); Max value from RGB is 210 - color contains mainly: blue. Hex color #C26ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26ED2 is #3D912D. Grayscale: #929292. Windows color (decimal): -4034862 or 13790914. OLE color: 13790914.

HSL color Cylindrical-coordinate representation of color #C26ED2: hue angle of 290.4º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C26ED2 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 110 210 -
CMYK 0.08 0.48 0 0.18
HSL 290.4º 0.53% 0.63% -
HSV(B) 290.4º 0.48% 0.82% -
XYZ 39.46 27.27 64.16 -
YUV 146.52 163.83 161.87 -
System Red Green Blue C M Y K H S L
Decimal 194 110 210 0.08 0.48 0 0.18 290.4 0.53 0.63
Hex C2 6E D2 8 30 0 12 122 35 3F
Octal 302 156 322 10 60 0 22 442 65 77
Binary 11000010 1101110 11010010 1000 110000 0 10010 100100010 110101 111111

Color Harmonies of #C26ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26ED2

Black with #C26ED2

Text Example


Text Example

White with #C26ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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