#D565C1

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

Shades of Orchid #D565C1

Tints of Orchid #D565C1

Color information

#D565C1 (or 0xD565C1) is unknown color: approx Orchid. HEX triplet: D5, 65 and C1. RGB value is (213,101,193). Sum of RGB (Red+Green+Blue) = 213+101+193=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D565C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D565C1 is #2A9A3E. Grayscale: #909090. Windows color (decimal): -2791999 or 12674517. OLE color: 12674517.

HSL color Cylindrical-coordinate representation of color #D565C1: hue angle of 310.71º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D565C1 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB213101193-
CMYK00.530.090.16
HSL310.71º57.14%61.57%-
HSV(B)310.71º52.58%83.53%-
XYZ41.7227.353.52-
YUV144.98155.11176.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.01%
GREEN value IS 101 (39.84% from 255) = 19.92%
BLUE value IS 193 (75.78% from 255) = 38.07%
R=42.01%
G=19.92%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310119300.530.090.16310.7157.1461.57
HexD565C1035910137393e
Octal32514530106511204677176
Binary110101011100101110000010110101100110000100110111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D565C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D565C1; }

 p { color: rgb(213,101,193); }

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

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

 a { background-color: rgb(213,101,193); }

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

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

 span { border-color: rgb(213,101,193); }

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