#C46FCD

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

Shades of Orchid #C46FCD

Tints of Orchid #C46FCD

Color information

#C46FCD (or 0xC46FCD) is unknown color: approx Orchid. HEX triplet: C4, 6F and CD. RGB value is (196,111,205). Sum of RGB (Red+Green+Blue) = 196+111+205=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #C46FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46FCD is #3B9032. Grayscale: #929292. Windows color (decimal): -3903539 or 13463492. OLE color: 13463492.

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

Color convert

RGB196111205-
CMYK0.040.4600.20
HSL294.26º48.45%61.96%-
HSV(B)294.26º45.85%80.39%-
XYZ39.4727.5160.99-
YUV147.13160.66162.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.28%
GREEN value IS 111 (43.75% from 255) = 21.68%
BLUE value IS 205 (80.47% from 255) = 40.04%
R=38.28%
G=21.68%
B=40.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961112050.040.4600.20294.2648.4561.96
HexC46FCD42E014126303e
Octal3041573154560244466076
Binary11000100110111111001101100101110010100100100110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46FCD; }

 p { color: rgb(196,111,205); }

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

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

 a { background-color: rgb(196,111,205); }

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

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

 span { border-color: rgb(196,111,205); }

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