Html Css Color HEX #D56DC7 Orchid

📋 copy color: '#D56DC7'

red 213 ◦ green 109 ◦ blue 199

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

Shades of Orchid #D56DC7

Tints of Orchid #D56DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.2%

R = 40.88%
G = 20.92%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D56DC7 (or 0xD56DC7) is known color: Orchid. HEX triplet: D5, 6D and C7. RGB value is (213,109,199). Sum of RGB (Red+Green+Blue) = 213+109+199=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 199 (78.12% from 255 or 38.20% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D56DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56DC7 is #2A9238. Grayscale: #969696. Windows color (decimal): -2789945 or 13069781. OLE color: 13069781.

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

Color convert

RGB 213 109 199 -
CMYK 0 0.49 0.07 0.16
HSL 308.08º 0.55% 0.63% -
HSV(B) 308.08º 0.49% 0.84% -
XYZ 43.22 29.21 57.39 -
YUV 150.36 155.46 172.68 -
System Red Green Blue C M Y K H S L
Decimal 213 109 199 0 0.49 0.07 0.16 308.08 0.55 0.63
Hex D5 6D C7 0 31 7 10 134 37 3F
Octal 325 155 307 0 61 7 20 464 67 77
Binary 11010101 1101101 11000111 0 110001 111 10000 100110100 110111 111111

Color Harmonies of #D56DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56DC7

Black with #D56DC7

Text Example


Text Example

White with #D56DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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