Html Css Color HEX #D56FC6 Orchid

📋 copy color: '#D56FC6'

red 213 ◦ green 111 ◦ blue 198

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

Shades of Orchid #D56FC6

Tints of Orchid #D56FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.93%

R = 40.8%
G = 21.26%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D56FC6 (or 0xD56FC6) is known color: Orchid. HEX triplet: D5, 6F and C6. RGB value is (213,111,198). Sum of RGB (Red+Green+Blue) = 213+111+198=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D56FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56FC6 is #2A9039. Grayscale: #979797. Windows color (decimal): -2789434 or 13004757. OLE color: 13004757.

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

Color convert

RGB 213 111 198 -
CMYK 0 0.48 0.07 0.16
HSL 308.82º 0.55% 0.64% -
HSV(B) 308.82º 0.48% 0.84% -
XYZ 43.32 29.59 56.85 -
YUV 151.42 154.29 171.93 -
System Red Green Blue C M Y K H S L
Decimal 213 111 198 0 0.48 0.07 0.16 308.82 0.55 0.64
Hex D5 6F C6 0 30 7 10 135 37 40
Octal 325 157 306 0 60 7 20 465 67 100
Binary 11010101 1101111 11000110 0 110000 111 10000 100110101 110111 1000000

Color Harmonies of #D56FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56FC6

Black with #D56FC6

Text Example


Text Example

White with #D56FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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