Html Css Color HEX #D561D8 Orchid

📋 copy color: '#D561D8'

red 213 ◦ green 97 ◦ blue 216

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

Shades of Orchid #D561D8

Tints of Orchid #D561D8

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.44%

 BLUE value IS 216 (84.77% from 255) = 41.06%

R = 40.49%
G = 18.44%
B = 41.06%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D561D8 (or 0xD561D8) is known color: Orchid. HEX triplet: D5, 61 and D8. RGB value is (213,97,216). Sum of RGB (Red+Green+Blue) = 213+97+216=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 97 (38.28% from 255 or 18.44% from 526); Blue value is 216 (84.77% from 255 or 41.06% from 526); Max value from RGB is 216 - color contains mainly: blue. Hex color #D561D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D561D8 is #2A9E27. Grayscale: #909090. Windows color (decimal): -2793000 or 14180821. OLE color: 14180821.

HSL color Cylindrical-coordinate representation of color #D561D8: hue angle of 298.49º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D561D8 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 97 216 -
CMYK 0.01 0.55 0 0.15
HSL 298.49º 0.6% 0.61% -
HSV(B) 298.49º 0.55% 0.85% -
XYZ 44.11 27.65 67.98 -
YUV 145.25 167.93 176.32 -
System Red Green Blue C M Y K H S L
Decimal 213 97 216 0.01 0.55 0 0.15 298.49 0.6 0.61
Hex D5 61 D8 1 37 0 F 12A 3C 3D
Octal 325 141 330 1 67 0 17 452 74 75
Binary 11010101 1100001 11011000 1 110111 0 1111 100101010 111100 111101

Color Harmonies of #D561D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D561D8

Black with #D561D8

Text Example


Text Example

White with #D561D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D561D8; }

 p { color: rgb(213,97,216); }

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

background-color css

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

 a { background-color: rgb(213,97,216); }

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

border-color css

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

 span { border-color: rgb(213,97,216); }

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