Html Css Color HEX #D56EC6 Orchid

📋 copy color: '#D56EC6'

red 213 ◦ green 110 ◦ blue 198

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

Shades of Orchid #D56EC6

Tints of Orchid #D56EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38%

R = 40.88%
G = 21.11%
B = 38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D56EC6 (or 0xD56EC6) is known color: Orchid. HEX triplet: D5, 6E and C6. RGB value is (213,110,198). Sum of RGB (Red+Green+Blue) = 213+110+198=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 198 (77.73% from 255 or 38.00% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D56EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56EC6 is #2A9139. Grayscale: #969696. Windows color (decimal): -2789690 or 13004501. OLE color: 13004501.

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

Color convert

RGB 213 110 198 -
CMYK 0 0.48 0.07 0.16
HSL 308.74º 0.55% 0.63% -
HSV(B) 308.74º 0.48% 0.84% -
XYZ 43.21 29.38 56.82 -
YUV 150.83 154.62 172.34 -
System Red Green Blue C M Y K H S L
Decimal 213 110 198 0 0.48 0.07 0.16 308.74 0.55 0.63
Hex D5 6E C6 0 30 7 10 135 37 3F
Octal 325 156 306 0 60 7 20 465 67 77
Binary 11010101 1101110 11000110 0 110000 111 10000 100110101 110111 111111

Color Harmonies of #D56EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56EC6

Black with #D56EC6

Text Example


Text Example

White with #D56EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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