#C46ECB

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

Shades of Orchid #C46ECB

Tints of Orchid #C46ECB

Color information

#C46ECB (or 0xC46ECB) is unknown color: approx Orchid. HEX triplet: C4, 6E and CB. RGB value is (196,110,203). Sum of RGB (Red+Green+Blue) = 196+110+203=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #C46ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46ECB is #3B9134. Grayscale: #929292. Windows color (decimal): -3903797 or 13332164. OLE color: 13332164.

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

Color convert

RGB196110203-
CMYK0.030.4600.20
HSL295.48º47.21%61.37%-
HSV(B)295.48º45.81%79.61%-
XYZ39.1227.259.69-
YUV146.32159.99163.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.51%
GREEN value IS 110 (43.36% from 255) = 21.61%
BLUE value IS 203 (79.69% from 255) = 39.88%
R=38.51%
G=21.61%
B=39.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961102030.030.4600.20295.4847.2161.37
HexC46ECB32E0141272f3d
Octal3041563133560244475775
Binary1100010011011101100101111101110010100100100111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46ECB; }

 p { color: rgb(196,110,203); }

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

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

 a { background-color: rgb(196,110,203); }

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

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

 span { border-color: rgb(196,110,203); }

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