Html Css Color HEX #D56EC2 Orchid

📋 copy color: '#D56EC2'

red 213 ◦ green 110 ◦ blue 194

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

Shades of Orchid #D56EC2

Tints of Orchid #D56EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.52%

R = 41.2%
G = 21.28%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D56EC2 (or 0xD56EC2) is known color: Orchid. HEX triplet: D5, 6E and C2. RGB value is (213,110,194). Sum of RGB (Red+Green+Blue) = 213+110+194=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D56EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56EC2 is #2A913D. Grayscale: #969696. Windows color (decimal): -2789694 or 12742357. OLE color: 12742357.

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

Color convert

RGB 213 110 194 -
CMYK 0 0.48 0.09 0.16
HSL 311.07º 0.55% 0.63% -
HSV(B) 311.07º 0.48% 0.84% -
XYZ 42.75 29.19 54.42 -
YUV 150.37 152.62 172.67 -
System Red Green Blue C M Y K H S L
Decimal 213 110 194 0 0.48 0.09 0.16 311.07 0.55 0.63
Hex D5 6E C2 0 30 9 10 137 37 3F
Octal 325 156 302 0 60 11 20 467 67 77
Binary 11010101 1101110 11000010 0 110000 1001 10000 100110111 110111 111111

Color Harmonies of #D56EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56EC2

Black with #D56EC2

Text Example


Text Example

White with #D56EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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