Html Css Color HEX #D56AD4 Orchid

📋 copy color: '#D56AD4'

red 213 ◦ green 106 ◦ blue 212

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

Shades of Orchid #D56AD4

Tints of Orchid #D56AD4

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.96%

 BLUE value IS 212 (83.2% from 255) = 39.92%

R = 40.11%
G = 19.96%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D56AD4 (or 0xD56AD4) is known color: Orchid. HEX triplet: D5, 6A and D4. RGB value is (213,106,212). Sum of RGB (Red+Green+Blue) = 213+106+212=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 212 (83.20% from 255 or 39.92% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D56AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56AD4 is #2A952B. Grayscale: #959595. Windows color (decimal): -2790700 or 13920981. OLE color: 13920981.

HSL color Cylindrical-coordinate representation of color #D56AD4: hue angle of 300.56º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56AD4 is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 106 212 -
CMYK 0 0.50 0.00 0.16
HSL 300.56º 0.56% 0.63% -
HSV(B) 300.56º 0.5% 0.84% -
XYZ 44.48 29.21 65.58 -
YUV 150.08 162.95 172.88 -
System Red Green Blue C M Y K H S L
Decimal 213 106 212 0 0.50 0.00 0.16 300.56 0.56 0.63
Hex D5 6A D4 0 32 0 10 12D 38 3F
Octal 325 152 324 0 62 0 20 455 70 77
Binary 11010101 1101010 11010100 0 110010 0 10000 100101101 111000 111111

Color Harmonies of #D56AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56AD4

Black with #D56AD4

Text Example


Text Example

White with #D56AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56AD4; }

 p { color: rgb(213,106,212); }

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

background-color css

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

 a { background-color: rgb(213,106,212); }

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

border-color css

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

 span { border-color: rgb(213,106,212); }

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