Html Css Color HEX #D56FD5 Orchid

📋 copy color: '#D56FD5'

red 213 ◦ green 111 ◦ blue 213

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

Shades of Orchid #D56FD5

Tints of Orchid #D56FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.66%

R = 39.66%
G = 20.67%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D56FD5 (or 0xD56FD5) is known color: Orchid. HEX triplet: D5, 6F and D5. RGB value is (213,111,213). Sum of RGB (Red+Green+Blue) = 213+111+213=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 111 (43.75% from 255 or 20.67% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 213 - color contains mainly: red, blue. Hex color #D56FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56FD5 is #2A902A. Grayscale: #989898. Windows color (decimal): -2789419 or 13987797. OLE color: 13987797.

HSL color Cylindrical-coordinate representation of color #D56FD5: hue angle of 300º degrees, saturation: 0.55, 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 #D56FD5 is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 111 213 -
CMYK 0 0.48 0 0.16
HSL 300º 0.55% 0.64% -
HSV(B) 300º 0.48% 0.84% -
XYZ 45.14 30.32 66.42 -
YUV 153.13 161.79 170.71 -
System Red Green Blue C M Y K H S L
Decimal 213 111 213 0 0.48 0 0.16 300 0.55 0.64
Hex D5 6F D5 0 30 0 10 12C 37 40
Octal 325 157 325 0 60 0 20 454 67 100
Binary 11010101 1101111 11010101 0 110000 0 10000 100101100 110111 1000000

Color Harmonies of #D56FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56FD5

Black with #D56FD5

Text Example


Text Example

White with #D56FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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