Html Css Color HEX #D56ECF Orchid

📋 copy color: '#D56ECF'

red 213 ◦ green 110 ◦ blue 207

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

Shades of Orchid #D56ECF

Tints of Orchid #D56ECF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.75%

 BLUE value IS 207 (81.25% from 255) = 39.06%

R = 40.19%
G = 20.75%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D56ECF (or 0xD56ECF) is known color: Orchid. HEX triplet: D5, 6E and CF. RGB value is (213,110,207). Sum of RGB (Red+Green+Blue) = 213+110+207=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 110 (43.36% from 255 or 20.75% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D56ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56ECF is #2A9130. Grayscale: #979797. Windows color (decimal): -2789681 or 13594325. OLE color: 13594325.

HSL color Cylindrical-coordinate representation of color #D56ECF: hue angle of 303.5º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D56ECF is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 110 207 -
CMYK 0 0.48 0.03 0.16
HSL 303.5º 0.55% 0.63% -
HSV(B) 303.5º 0.48% 0.84% -
XYZ 44.28 29.8 62.45 -
YUV 151.86 159.12 171.61 -
System Red Green Blue C M Y K H S L
Decimal 213 110 207 0 0.48 0.03 0.16 303.5 0.55 0.63
Hex D5 6E CF 0 30 3 10 12F 37 3F
Octal 325 156 317 0 60 3 20 457 67 77
Binary 11010101 1101110 11001111 0 110000 11 10000 100101111 110111 111111

Color Harmonies of #D56ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56ECF

Black with #D56ECF

Text Example


Text Example

White with #D56ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56ECF; }

 p { color: rgb(213,110,207); }

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

background-color css

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

 a { background-color: rgb(213,110,207); }

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

border-color css

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

 span { border-color: rgb(213,110,207); }

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