#D365C9

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

Shades of Orchid #D365C9

Tints of Orchid #D365C9

Color information

#D365C9 (or 0xD365C9) is unknown color: approx Orchid. HEX triplet: D3, 65 and C9. RGB value is (211,101,201). Sum of RGB (Red+Green+Blue) = 211+101+201=513 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.13% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 211 - color contains mainly: red. Hex color #D365C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D365C9 is #2C9A36. Grayscale: #919191. Windows color (decimal): -2923063 or 13198803. OLE color: 13198803.

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

Color convert

RGB211101201-
CMYK00.520.050.17
HSL305.45º55.56%61.18%-
HSV(B)305.45º52.13%82.75%-
XYZ42.0627.3758.33-
YUV145.29159.44174.87-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.13%
GREEN value IS 101 (39.84% from 255) = 19.69%
BLUE value IS 201 (78.91% from 255) = 39.18%
R=41.13%
G=19.69%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110120100.520.050.17305.4555.5661.18
HexD365C9034511131383d
Octal3231453110645214617075
Binary11010011110010111001001011010010110001100110001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D365C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D365C9; }

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

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

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

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

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

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

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

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