#D468BC

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

Shades of Orchid #D468BC

Tints of Orchid #D468BC

Color information

#D468BC (or 0xD468BC) is unknown color: approx Orchid. HEX triplet: D4, 68 and BC. RGB value is (212,104,188). Sum of RGB (Red+Green+Blue) = 212+104+188=504 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.06% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 212 - color contains mainly: red. Hex color #D468BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D468BC is #2B9743. Grayscale: #919191. Windows color (decimal): -2856772 or 12347604. OLE color: 12347604.

HSL color Cylindrical-coordinate representation of color #D468BC: hue angle of 313.33º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D468BC is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB212104188-
CMYK00.510.110.17
HSL313.33º55.67%61.96%-
HSV(B)313.33º50.94%83.14%-
XYZ41.1827.5350.72-
YUV145.87151.78175.17-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.06%
GREEN value IS 104 (41.02% from 255) = 20.63%
BLUE value IS 188 (73.83% from 255) = 37.30%
R=42.06%
G=20.63%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210418800.510.110.17313.3355.6761.96
HexD468BC033B11139383e
Octal32415027406313214717076
Binary110101001101000101111000110011101110001100111001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D468BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D468BC; }

 p { color: rgb(212,104,188); }

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

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

 a { background-color: rgb(212,104,188); }

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

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

 span { border-color: rgb(212,104,188); }

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