Html Css Color HEX #C26ECC Medium Orchid

📋 copy color: '#C26ECC'

red 194 ◦ green 110 ◦ blue 204

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

Shades of Medium Orchid #C26ECC

Tints of Medium Orchid #C26ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.16%

R = 38.19%
G = 21.65%
B = 40.16%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C26ECC (or 0xC26ECC) is known color: Medium Orchid. HEX triplet: C2, 6E and CC. RGB value is (194,110,204). Sum of RGB (Red+Green+Blue) = 194+110+204=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #C26ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26ECC is #3D9133. Grayscale: #919191. Windows color (decimal): -4034868 or 13397698. OLE color: 13397698.

HSL color Cylindrical-coordinate representation of color #C26ECC: hue angle of 293.62º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C26ECC is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 110 204 -
CMYK 0.05 0.46 0 0.2
HSL 293.62º 0.48% 0.62% -
HSV(B) 293.62º 0.46% 0.8% -
XYZ 38.72 26.98 60.29 -
YUV 145.83 160.83 162.36 -
System Red Green Blue C M Y K H S L
Decimal 194 110 204 0.05 0.46 0 0.2 293.62 0.48 0.62
Hex C2 6E CC 5 2E 0 14 126 30 3E
Octal 302 156 314 5 56 0 24 446 60 76
Binary 11000010 1101110 11001100 101 101110 0 10100 100100110 110000 111110

Color Harmonies of #C26ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26ECC

Black with #C26ECC

Text Example


Text Example

White with #C26ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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