#D475CF

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

Shades of Orchid #D475CF

Tints of Orchid #D475CF

Color information

#D475CF (or 0xD475CF) is unknown color: approx Orchid. HEX triplet: D4, 75 and CF. RGB value is (212,117,207). Sum of RGB (Red+Green+Blue) = 212+117+207=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 117 (46.09% from 255 or 21.83% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 212 - color contains mainly: red. Hex color #D475CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D475CF is #2B8A30. Grayscale: #9B9B9B. Windows color (decimal): -2853425 or 13596116. OLE color: 13596116.

HSL color Cylindrical-coordinate representation of color #D475CF: hue angle of 303.16º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D475CF is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB212117207-
CMYK00.450.020.17
HSL303.16º52.49%64.51%-
HSV(B)303.16º44.81%83.14%-
XYZ44.7831.2262.7-
YUV155.67156.97168.18-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.55%
GREEN value IS 117 (46.09% from 255) = 21.83%
BLUE value IS 207 (81.25% from 255) = 38.62%
R=39.55%
G=21.83%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211720700.450.020.17303.1652.4964.51
HexD475CF02D21112f3441
Octal32416531705522145764101
Binary11010100111010111001111010110110100011001011111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D475CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D475CF; }

 p { color: rgb(212,117,207); }

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

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

 a { background-color: rgb(212,117,207); }

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

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

 span { border-color: rgb(212,117,207); }

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