Html Css Color HEX #D56DCE Orchid

📋 copy color: '#D56DCE'

red 213 ◦ green 109 ◦ blue 206

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

Shades of Orchid #D56DCE

Tints of Orchid #D56DCE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.64%

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

R = 40.34%
G = 20.64%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D56DCE (or 0xD56DCE) is known color: Orchid. HEX triplet: D5, 6D and CE. RGB value is (213,109,206). Sum of RGB (Red+Green+Blue) = 213+109+206=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 109 (42.97% from 255 or 20.64% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D56DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56DCE is #2A9231. Grayscale: #969696. Windows color (decimal): -2789938 or 13528533. OLE color: 13528533.

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

Color convert

RGB 213 109 206 -
CMYK 0 0.49 0.03 0.16
HSL 304.04º 0.55% 0.63% -
HSV(B) 304.04º 0.49% 0.84% -
XYZ 44.05 29.54 61.77 -
YUV 151.15 158.96 172.11 -
System Red Green Blue C M Y K H S L
Decimal 213 109 206 0 0.49 0.03 0.16 304.04 0.55 0.63
Hex D5 6D CE 0 31 3 10 130 37 3F
Octal 325 155 316 0 61 3 20 460 67 77
Binary 11010101 1101101 11001110 0 110001 11 10000 100110000 110111 111111

Color Harmonies of #D56DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56DCE

Black with #D56DCE

Text Example


Text Example

White with #D56DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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