#C26CCC

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

Shades of Medium Orchid #C26CCC

Tints of Medium Orchid #C26CCC

Color information

#C26CCC (or 0xC26CCC) is unknown color: approx Medium Orchid. HEX triplet: C2, 6C and CC. RGB value is (194,108,204). Sum of RGB (Red+Green+Blue) = 194+108+204=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #C26CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26CCC is #3D9333. Grayscale: #909090. Windows color (decimal): -4035380 or 13397186. OLE color: 13397186.

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

Color convert

RGB194108204-
CMYK0.050.4700.2
HSL293.75º48.48%61.18%-
HSV(B)293.75º47.06%80%-
XYZ38.5126.5560.22-
YUV144.66161.49163.19-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.34%
GREEN value IS 108 (42.58% from 255) = 21.34%
BLUE value IS 204 (80.08% from 255) = 40.32%
R=38.34%
G=21.34%
B=40.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1941082040.050.4700.2293.7548.4861.18
HexC26CCC52F014126303d
Octal3021543145570244466075
Binary11000010110110011001100101101111010100100100110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26CCC; }

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

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

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

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

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

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

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

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