#D462CF

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

Shades of Orchid #D462CF

Tints of Orchid #D462CF

Color information

#D462CF (or 0xD462CF) is unknown color: approx Orchid. HEX triplet: D4, 62 and CF. RGB value is (212,98,207). Sum of RGB (Red+Green+Blue) = 212+98+207=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 98 (38.67% from 255 or 18.96% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 212 - color contains mainly: red. Hex color #D462CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D462CF is #2B9D30. Grayscale: #909090. Windows color (decimal): -2858289 or 13591252. OLE color: 13591252.

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

Color convert

RGB21298207-
CMYK00.540.020.17
HSL302.63º57%60.78%-
HSV(B)302.63º53.77%83.14%-
XYZ42.7827.2462.03-
YUV144.51163.27176.14-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.01%
GREEN value IS 98 (38.67% from 255) = 18.96%
BLUE value IS 207 (81.25% from 255) = 40.04%
R=41.01%
G=18.96%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129820700.540.020.17302.635760.78
HexD462CF03621112f393d
Octal3241423170662214577175
Binary1101010011000101100111101101101010001100101111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D462CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D462CF; }

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

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

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

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

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

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

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

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