#D465BE

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

Shades of Orchid #D465BE

Tints of Orchid #D465BE

Color information

#D465BE (or 0xD465BE) is unknown color: approx Orchid. HEX triplet: D4, 65 and BE. RGB value is (212,101,190). Sum of RGB (Red+Green+Blue) = 212+101+190=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 101 (39.84% from 255 or 20.08% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 212 - color contains mainly: red. Hex color #D465BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D465BE is #2B9A41. Grayscale: #909090. Windows color (decimal): -2857538 or 12477908. OLE color: 12477908.

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

Color convert

RGB212101190-
CMYK00.520.100.17
HSL311.89º56.35%61.37%-
HSV(B)311.89º52.36%83.14%-
XYZ41.127.0251.76-
YUV144.34153.77176.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.15%
GREEN value IS 101 (39.84% from 255) = 20.08%
BLUE value IS 190 (74.61% from 255) = 37.77%
R=42.15%
G=20.08%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210119000.520.100.17311.8956.3561.37
HexD465BE034A11138383d
Octal32414527606412214707075
Binary110101001100101101111100110100101010001100111000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D465BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D465BE; }

 p { color: rgb(212,101,190); }

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

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

 a { background-color: rgb(212,101,190); }

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

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

 span { border-color: rgb(212,101,190); }

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