#D365C4

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

Shades of Orchid #D365C4

Tints of Orchid #D365C4

Color information

#D365C4 (or 0xD365C4) is unknown color: approx Orchid. HEX triplet: D3, 65 and C4. RGB value is (211,101,196). Sum of RGB (Red+Green+Blue) = 211+101+196=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 196 (76.95% from 255 or 38.58% from 508); Max value from RGB is 211 - color contains mainly: red. Hex color #D365C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D365C4 is #2C9A3B. Grayscale: #909090. Windows color (decimal): -2923068 or 12871123. OLE color: 12871123.

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

Color convert

RGB211101196-
CMYK00.520.070.17
HSL308.18º55.56%61.18%-
HSV(B)308.18º52.13%82.75%-
XYZ41.4827.1455.28-
YUV144.72156.94175.28-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.54%
GREEN value IS 101 (39.84% from 255) = 19.88%
BLUE value IS 196 (76.95% from 255) = 38.58%
R=41.54%
G=19.88%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110119600.520.070.17308.1855.5661.18
HexD365C4034711134383d
Octal3231453040647214647075
Binary11010011110010111000100011010011110001100110100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D365C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D365C4; }

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

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

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

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

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

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

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

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