Html Css Color HEX #C26ECE Medium Orchid

📋 copy color: '#C26ECE'

red 194 ◦ green 110 ◦ blue 206

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

Shades of Medium Orchid #C26ECE

Tints of Medium Orchid #C26ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.39%

R = 38.04%
G = 21.57%
B = 40.39%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C26ECE (or 0xC26ECE) is known color: Medium Orchid. HEX triplet: C2, 6E and CE. RGB value is (194,110,206). Sum of RGB (Red+Green+Blue) = 194+110+206=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 110 (43.36% from 255 or 21.57% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #C26ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26ECE is #3D9131. Grayscale: #919191. Windows color (decimal): -4034866 or 13528770. OLE color: 13528770.

HSL color Cylindrical-coordinate representation of color #C26ECE: hue angle of 292.5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C26ECE is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 110 206 -
CMYK 0.06 0.47 0 0.19
HSL 292.5º 0.49% 0.62% -
HSV(B) 292.5º 0.47% 0.81% -
XYZ 38.96 27.08 61.57 -
YUV 146.06 161.83 162.19 -
System Red Green Blue C M Y K H S L
Decimal 194 110 206 0.06 0.47 0 0.19 292.5 0.49 0.62
Hex C2 6E CE 6 2F 0 13 124 31 3E
Octal 302 156 316 6 57 0 23 444 61 76
Binary 11000010 1101110 11001110 110 101111 0 10011 100100100 110001 111110

Color Harmonies of #C26ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26ECE

Black with #C26ECE

Text Example


Text Example

White with #C26ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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