#C46DCB

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

Shades of Orchid #C46DCB

Tints of Orchid #C46DCB

Color information

#C46DCB (or 0xC46DCB) is unknown color: approx Orchid. HEX triplet: C4, 6D and CB. RGB value is (196,109,203). Sum of RGB (Red+Green+Blue) = 196+109+203=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #C46DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46DCB is #3B9234. Grayscale: #919191. Windows color (decimal): -3904053 or 13331908. OLE color: 13331908.

HSL color Cylindrical-coordinate representation of color #C46DCB: hue angle of 295.53º 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 #C46DCB is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196109203-
CMYK0.030.4600.20
HSL295.53º47.47%61.18%-
HSV(B)295.53º46.31%79.61%-
XYZ39.0126.9859.65-
YUV145.73160.32163.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.58%
GREEN value IS 109 (42.97% from 255) = 21.46%
BLUE value IS 203 (79.69% from 255) = 39.96%
R=38.58%
G=21.46%
B=39.96%

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
Decimal1961092030.030.4600.20295.5347.4761.18
HexC46DCB32E0141282f3d
Octal3041553133560244505775
Binary1100010011011011100101111101110010100100101000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46DCB; }

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

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

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

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

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

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

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

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