Html Css Color HEX #D56FDC Orchid

📋 copy color: '#D56FDC'

red 213 ◦ green 111 ◦ blue 220

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

Shades of Orchid #D56FDC

Tints of Orchid #D56FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.44%

R = 39.15%
G = 20.4%
B = 40.44%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D56FDC (or 0xD56FDC) is known color: Orchid. HEX triplet: D5, 6F and DC. RGB value is (213,111,220). Sum of RGB (Red+Green+Blue) = 213+111+220=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 111 (43.75% from 255 or 20.40% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #D56FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56FDC is #2A9023. Grayscale: #999999. Windows color (decimal): -2789412 or 14446549. OLE color: 14446549.

HSL color Cylindrical-coordinate representation of color #D56FDC: hue angle of 296.15º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56FDC is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 111 220 -
CMYK 0.03 0.50 0 0.14
HSL 296.15º 0.61% 0.65% -
HSV(B) 296.15º 0.5% 0.86% -
XYZ 46.04 30.68 71.21 -
YUV 153.92 165.29 170.14 -
System Red Green Blue C M Y K H S L
Decimal 213 111 220 0.03 0.50 0 0.14 296.15 0.61 0.65
Hex D5 6F DC 3 32 0 E 128 3D 41
Octal 325 157 334 3 62 0 16 450 75 101
Binary 11010101 1101111 11011100 11 110010 0 1110 100101000 111101 1000001

Color Harmonies of #D56FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56FDC

Black with #D56FDC

Text Example


Text Example

White with #D56FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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