Html Css Color HEX #D56ECE Orchid

📋 copy color: '#D56ECE'

red 213 ◦ green 110 ◦ blue 206

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

Shades of Orchid #D56ECE

Tints of Orchid #D56ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.94%

R = 40.26%
G = 20.79%
B = 38.94%

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

#D56ECE (or 0xD56ECE) is known color: Orchid. HEX triplet: D5, 6E and CE. RGB value is (213,110,206). Sum of RGB (Red+Green+Blue) = 213+110+206=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 110 (43.36% from 255 or 20.79% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D56ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56ECE is #2A9131. Grayscale: #979797. Windows color (decimal): -2789682 or 13528789. OLE color: 13528789.

HSL color Cylindrical-coordinate representation of color #D56ECE: hue angle of 304.08º 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 #D56ECE is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 110 206 -
CMYK 0 0.48 0.03 0.16
HSL 304.08º 0.55% 0.63% -
HSV(B) 304.08º 0.48% 0.84% -
XYZ 44.16 29.75 61.81 -
YUV 151.74 158.62 171.69 -
System Red Green Blue C M Y K H S L
Decimal 213 110 206 0 0.48 0.03 0.16 304.08 0.55 0.63
Hex D5 6E CE 0 30 3 10 130 37 3F
Octal 325 156 316 0 60 3 20 460 67 77
Binary 11010101 1101110 11001110 0 110000 11 10000 100110000 110111 111111

Color Harmonies of #D56ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56ECE

Black with #D56ECE

Text Example


Text Example

White with #D56ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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