#D564C4

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

Shades of Orchid #D564C4

Tints of Orchid #D564C4

Color information

#D564C4 (or 0xD564C4) is unknown color: approx Orchid. HEX triplet: D5, 64 and C4. RGB value is (213,100,196). Sum of RGB (Red+Green+Blue) = 213+100+196=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D564C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D564C4 is #2A9B3B. Grayscale: #909090. Windows color (decimal): -2792252 or 12870869. OLE color: 12870869.

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

Color convert

RGB213100196-
CMYK00.530.080.16
HSL309.03º57.36%61.37%-
HSV(B)309.03º53.05%83.53%-
XYZ41.9627.2555.27-
YUV144.73156.94176.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.85%
GREEN value IS 100 (39.45% from 255) = 19.65%
BLUE value IS 196 (76.95% from 255) = 38.51%
R=41.85%
G=19.65%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310019600.530.080.16309.0357.3661.37
HexD564C4035810135393d
Octal32514430406510204657175
Binary110101011100100110001000110101100010000100110101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D564C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D564C4; }

 p { color: rgb(213,100,196); }

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

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

 a { background-color: rgb(213,100,196); }

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

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

 span { border-color: rgb(213,100,196); }

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