#D365CD

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

Shades of Orchid #D365CD

Tints of Orchid #D365CD

Color information

#D365CD (or 0xD365CD) is unknown color: approx Orchid. HEX triplet: D3, 65 and CD. RGB value is (211,101,205). Sum of RGB (Red+Green+Blue) = 211+101+205=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 211 - color contains mainly: red. Hex color #D365CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D365CD is #2C9A32. Grayscale: #919191. Windows color (decimal): -2923059 or 13460947. OLE color: 13460947.

HSL color Cylindrical-coordinate representation of color #D365CD: hue angle of 303.27º 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 #D365CD is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB211101205-
CMYK00.520.030.17
HSL303.27º55.56%61.18%-
HSV(B)303.27º52.13%82.75%-
XYZ42.5427.5660.84-
YUV145.75161.44174.54-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.81%
GREEN value IS 101 (39.84% from 255) = 19.54%
BLUE value IS 205 (80.47% from 255) = 39.65%
R=40.81%
G=19.54%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110120500.520.030.17303.2755.5661.18
HexD365CD03431112f383d
Octal3231453150643214577075
Binary1101001111001011100110101101001110001100101111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D365CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D365CD; }

 p { color: rgb(211,101,205); }

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

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

 a { background-color: rgb(211,101,205); }

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

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

 span { border-color: rgb(211,101,205); }

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