Html Css Color HEX #D56DDA Orchid

📋 copy color: '#D56DDA'

red 213 ◦ green 109 ◦ blue 218

#D56DDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D56DDA

Tints of Orchid #D56DDA

RGB

 RED value IS 213 (83.59% from 255) = 39.44%

 GREEN value IS 109 (42.97% from 255) = 20.19%

 BLUE value IS 218 (85.55% from 255) = 40.37%

R = 39.44%
G = 20.19%
B = 40.37%

CMYK

 C value IS 0.02

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D56DDA (or 0xD56DDA) is known color: Orchid. HEX triplet: D5, 6D and DA. RGB value is (213,109,218). Sum of RGB (Red+Green+Blue) = 213+109+218=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #D56DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56DDA is #2A9225. Grayscale: #989898. Windows color (decimal): -2789926 or 14314965. OLE color: 14314965.

HSL color Cylindrical-coordinate representation of color #D56DDA: hue angle of 297.25º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56DDA is Cyan = 0.02, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 109 218 -
CMYK 0.02 0.5 0 0.15
HSL 297.25º 0.6% 0.64% -
HSV(B) 297.25º 0.5% 0.85% -
XYZ 45.56 30.15 69.75 -
YUV 152.52 164.96 171.14 -
System Red Green Blue C M Y K H S L
Decimal 213 109 218 0.02 0.5 0 0.15 297.25 0.6 0.64
Hex D5 6D DA 2 32 0 F 129 3C 40
Octal 325 155 332 2 62 0 17 451 74 100
Binary 11010101 1101101 11011010 10 110010 0 1111 100101001 111100 1000000

Color Harmonies of #D56DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56DDA

Black with #D56DDA

Text Example


Text Example

White with #D56DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56DDA; }

 p { color: rgb(213,109,218); }

 H1.HeaderClassName
 {
   color: #D56DDA;
 }
 .AnyTagClassName
 {
   color: #D56DDA;
 }
</style>

background-color css

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

 a { background-color: rgb(213,109,218); }

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

border-color css

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

 span { border-color: rgb(213,109,218); }

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