#C26BCC

Color #C26BCC Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C26BCC

Tints of Medium Orchid #C26BCC

Color information

#C26BCC (or 0xC26BCC) is unknown color: approx Medium Orchid. HEX triplet: C2, 6B and CC. RGB value is (194,107,204). Sum of RGB (Red+Green+Blue) = 194+107+204=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #C26BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26BCC is #3D9433. Grayscale: #8F8F8F. Windows color (decimal): -4035636 or 13396930. OLE color: 13396930.

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

Color convert

RGB194107204-
CMYK0.050.4800.2
HSL293.81º48.74%60.98%-
HSV(B)293.81º47.55%80%-
XYZ38.426.3460.19-
YUV144.07161.82163.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.42%
GREEN value IS 107 (42.19% from 255) = 21.19%
BLUE value IS 204 (80.08% from 255) = 40.40%
R=38.42%
G=21.19%
B=40.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1941072040.050.4800.2293.8148.7460.98
HexC26BCC530014126313d
Octal3021533145600244466175
Binary11000010110101111001100101110000010100100100110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26BCC; }

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

 H1.HeaderClassName
 {
   color: #C26BCC;
 }
 .AnyTagClassName
 {
   color: #C26BCC;
 }
</style>
background-color css

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

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

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

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

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

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