Html Css Color HEX #D56EC3 Orchid

📋 copy color: '#D56EC3'

red 213 ◦ green 110 ◦ blue 195

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

Shades of Orchid #D56EC3

Tints of Orchid #D56EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.64%

R = 41.12%
G = 21.24%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D56EC3 (or 0xD56EC3) is known color: Orchid. HEX triplet: D5, 6E and C3. RGB value is (213,110,195). Sum of RGB (Red+Green+Blue) = 213+110+195=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 195 (76.56% from 255 or 37.64% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D56EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56EC3 is #2A913C. Grayscale: #969696. Windows color (decimal): -2789693 or 12807893. OLE color: 12807893.

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

Color convert

RGB 213 110 195 -
CMYK 0 0.48 0.08 0.16
HSL 310.49º 0.55% 0.63% -
HSV(B) 310.49º 0.48% 0.84% -
XYZ 42.87 29.24 55.01 -
YUV 150.49 153.12 172.59 -
System Red Green Blue C M Y K H S L
Decimal 213 110 195 0 0.48 0.08 0.16 310.49 0.55 0.63
Hex D5 6E C3 0 30 8 10 136 37 3F
Octal 325 156 303 0 60 10 20 466 67 77
Binary 11010101 1101110 11000011 0 110000 1000 10000 100110110 110111 111111

Color Harmonies of #D56EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56EC3

Black with #D56EC3

Text Example


Text Example

White with #D56EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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