Html Css Color HEX #D56FD6 Orchid

📋 copy color: '#D56FD6'

red 213 ◦ green 111 ◦ blue 214

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

Shades of Orchid #D56FD6

Tints of Orchid #D56FD6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.63%

 BLUE value IS 214 (83.98% from 255) = 39.78%

R = 39.59%
G = 20.63%
B = 39.78%

CMYK

 C value IS 0.00

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D56FD6 (or 0xD56FD6) is known color: Orchid. HEX triplet: D5, 6F and D6. RGB value is (213,111,214). Sum of RGB (Red+Green+Blue) = 213+111+214=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 111 (43.75% from 255 or 20.63% from 538); Blue value is 214 (83.98% from 255 or 39.78% from 538); Max value from RGB is 214 - color contains mainly: blue. Hex color #D56FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56FD6 is #2A9029. Grayscale: #989898. Windows color (decimal): -2789418 or 14053333. OLE color: 14053333.

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

Color convert

RGB 213 111 214 -
CMYK 0.00 0.48 0 0.16
HSL 299.42º 0.56% 0.64% -
HSV(B) 299.42º 0.48% 0.84% -
XYZ 45.26 30.37 67.09 -
YUV 153.24 162.29 170.62 -
System Red Green Blue C M Y K H S L
Decimal 213 111 214 0.00 0.48 0 0.16 299.42 0.56 0.64
Hex D5 6F D6 0 30 0 10 12B 38 40
Octal 325 157 326 0 60 0 20 453 70 100
Binary 11010101 1101111 11010110 0 110000 0 10000 100101011 111000 1000000

Color Harmonies of #D56FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56FD6

Black with #D56FD6

Text Example


Text Example

White with #D56FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56FD6; }

 p { color: rgb(213,111,214); }

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

background-color css

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

 a { background-color: rgb(213,111,214); }

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

border-color css

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

 span { border-color: rgb(213,111,214); }

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