Html Css Color HEX #D56FDF Orchid

📋 copy color: '#D56FDF'

red 213 ◦ green 111 ◦ blue 223

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

Shades of Orchid #D56FDF

Tints of Orchid #D56FDF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.29%

 BLUE value IS 223 (87.5% from 255) = 40.77%

R = 38.94%
G = 20.29%
B = 40.77%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D56FDF (or 0xD56FDF) is known color: Orchid. HEX triplet: D5, 6F and DF. RGB value is (213,111,223). Sum of RGB (Red+Green+Blue) = 213+111+223=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 111 (43.75% from 255 or 20.29% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #D56FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56FDF is #2A9020. Grayscale: #999999. Windows color (decimal): -2789409 or 14643157. OLE color: 14643157.

HSL color Cylindrical-coordinate representation of color #D56FDF: hue angle of 294.64º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56FDF is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 111 223 -
CMYK 0.04 0.50 0 0.13
HSL 294.64º 0.64% 0.65% -
HSV(B) 294.64º 0.5% 0.87% -
XYZ 46.44 30.84 73.32 -
YUV 154.27 166.79 169.89 -
System Red Green Blue C M Y K H S L
Decimal 213 111 223 0.04 0.50 0 0.13 294.64 0.64 0.65
Hex D5 6F DF 4 32 0 D 127 40 41
Octal 325 157 337 4 62 0 15 447 100 101
Binary 11010101 1101111 11011111 100 110010 0 1101 100100111 1000000 1000001

Color Harmonies of #D56FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56FDF

Black with #D56FDF

Text Example


Text Example

White with #D56FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56FDF; }

 p { color: rgb(213,111,223); }

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

background-color css

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

 a { background-color: rgb(213,111,223); }

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

border-color css

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

 span { border-color: rgb(213,111,223); }

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