Html Css Color HEX #D56FC8 Orchid

📋 copy color: '#D56FC8'

red 213 ◦ green 111 ◦ blue 200

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

Shades of Orchid #D56FC8

Tints of Orchid #D56FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.17%

R = 40.65%
G = 21.18%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D56FC8 (or 0xD56FC8) is known color: Orchid. HEX triplet: D5, 6F and C8. RGB value is (213,111,200). Sum of RGB (Red+Green+Blue) = 213+111+200=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 200 (78.52% from 255 or 38.17% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D56FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56FC8 is #2A9037. Grayscale: #979797. Windows color (decimal): -2789432 or 13135829. OLE color: 13135829.

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

Color convert

RGB 213 111 200 -
CMYK 0 0.48 0.06 0.16
HSL 307.65º 0.55% 0.64% -
HSV(B) 307.65º 0.48% 0.84% -
XYZ 43.55 29.69 58.08 -
YUV 151.64 155.29 171.76 -
System Red Green Blue C M Y K H S L
Decimal 213 111 200 0 0.48 0.06 0.16 307.65 0.55 0.64
Hex D5 6F C8 0 30 6 10 134 37 40
Octal 325 157 310 0 60 6 20 464 67 100
Binary 11010101 1101111 11001000 0 110000 110 10000 100110100 110111 1000000

Color Harmonies of #D56FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56FC8

Black with #D56FC8

Text Example


Text Example

White with #D56FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56FC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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